From: Jarkko Hietaniemi Date: Tue, 27 Oct 1998 08:05:17 +0000 (+0000) Subject: Netscape had mangled the tabs. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8b3146cf0bef8def0f8924fdcf8a1d5c5d4a110e;p=p5sagit%2Fp5-mst-13.2.git Netscape had mangled the tabs. p4raw-id: //depot/cfgperl@2097 --- diff --git a/vmesa/Makefile b/vmesa/Makefile index 28c1265..91668fc 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 ../ perl : -;cd ..; $(MAKE) + cd .. $(MAKE) vmesa.o : vmesa.c -;$(CCCMD) vmesa.c + $(CCCMD) vmesa.c