changeset 563:5ba9ff1b14c7

fixed cleanup target
author thomask
date Thu, 02 Jun 2005 11:38:07 +0000
parents 65be5fcebc6b
children e77e4444c170
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Wed Jun 01 19:56:59 2005 +0000
+++ b/Makefile	Thu Jun 02 11:38:07 2005 +0000
@@ -322,7 +322,7 @@
 # remove targets and all temp objects
 #
 clean : $(sort $(subst $(complex_todo),clean,$(complex_makefiles))) nocompile_clean compile_clean norun_clean run_clean
-	$(RM) $(z_rm) $(OBJ_DIR)/?*\\..*
+	$(RM) $(z_rm) $(OBJ_DIR)/?*.*
 	$(RM) run.sh norun.sh compile.sh nocompile.sh
 
 # the empty line above has to remain, otherwise some weired problems can arise