projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1fff601
)
Netscape had mangled the tabs.
Jarkko Hietaniemi [Tue, 27 Oct 1998 08:05:17 +0000 (08:05 +0000)]
p4raw-id: //depot/cfgperl@2097
vmesa/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/vmesa/Makefile
b/vmesa/Makefile
index
28c1265
..
91668fc
100644
(file)
--- 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