When removing the test program source, also remove the compiled
[p5sagit/p5-mst-13.2.git] / vmesa / Makefile
index 91668fc..d06a2da 100644 (file)
@@ -3,13 +3,13 @@ CCCMD=`sh $(shellflags) ../cflags $@`
 all : vm perl
 
 depend :
-       cd ..    $(MAKE) depend
+       cd .. && $(MAKE) depend
 
 vm  : vmesa.o
-       cp vmesa.o ../
+       cp vmesa.o ../vmesa.o
 
 perl :
-       cd ..    $(MAKE)
+       cd .. && $(MAKE)
 
 vmesa.o : vmesa.c
        $(CCCMD) vmesa.c