From: Jarkko Hietaniemi Date: Tue, 27 Oct 1998 08:42:25 +0000 (+0000) Subject: First the mangler was Netscape, then it was me. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=92171ea894cc167c68cee5d726c3df15bb851427;p=p5sagit%2Fp5-mst-13.2.git First the mangler was Netscape, then it was me. p4raw-id: //depot/cfgperl@2099 --- diff --git a/vmesa/Makefile b/vmesa/Makefile index 91668fc..d06a2da 100644 --- a/vmesa/Makefile +++ b/vmesa/Makefile @@ -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