changeset 913:1173272680e3

fixed crashRun building
author thomask
date Wed, 15 Mar 2006 10:46:09 +0000
parents 6b0b46bab6de
children 7e37cc332431
files Makefile.parallel
diffstat 1 files changed, 6 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.parallel	Wed Mar 15 08:41:32 2006 +0000
+++ b/Makefile.parallel	Wed Mar 15 10:46:09 2006 +0000
@@ -65,15 +65,15 @@
 torture :=
 endif
 
-dstress := ./dstress.exe
-crashRun := ./crashRun.exe
+dstress := ./dstress
+crashRun := ./crashRun
 logsuffix := .outlog
 
-.PHONY:: all all_prep all_real clean compile nocompile norun run tools version
+.PHONY:: all clean compile nocompile norun run tools version
 
-all : version compile nocompile run norun
+all :: version compile nocompile run norun
 
-%.exe : %.c
+% : %.c
 	$(CC) $(CFLAGS) $< -o $@
 	
 tools : $(dstress) $(crashRun)
@@ -123,8 +123,7 @@
 # clean
 #
 #
-
-clean :
+clean ::
 	$(RM) -- $(shell $(find) run -name "*exe")
 	$(RM) -- $(shell $(find) norun -name "*exe")
 	$(RM) -- $(shell $(find) compile -name "*exe")