diff Makefile @ 605:0f5c200f5c90

Post Pforzheim catch up 3
author thomask
date Thu, 21 Jul 2005 17:21:59 +0000
parents 5ba9ff1b14c7
children 463c60e26040
line wrap: on
line diff
--- a/Makefile	Mon Jul 18 22:57:06 2005 +0000
+++ b/Makefile	Thu Jul 21 17:21:59 2005 +0000
@@ -99,7 +99,7 @@
 complex_done 	:= complex.done
 flag_pattern 	:= __DSTRESS_DFLAGS__
 
-.PHONY: all version basic_tools compile nocompile run norun complex clean distclean clean_log
+.PHONY:: all version basic_tools compile nocompile run norun complex clean distclean clean_log
 
 .SUFFIXES: $(ext_run) $(ext_norun) $(ext_nocompile) $(ext_compile) 
 #
@@ -321,7 +321,9 @@
 #
 # remove targets and all temp objects
 #
-clean : $(sort $(subst $(complex_todo),clean,$(complex_makefiles))) nocompile_clean compile_clean norun_clean run_clean
+complex_clean : $(sort $(subst $(complex_todo),clean,$(complex_makefiles)))
+	
+clean : complex_clean nocompile_clean compile_clean norun_clean run_clean
 	$(RM) $(z_rm) $(OBJ_DIR)/?*.*
 	$(RM) run.sh norun.sh compile.sh nocompile.sh