diff tests/testincludes/Makefile @ 333:f7190d9eb70c trunk

[svn r354] Fix the regressions between [346] and [353] by making constructors and destructors outside classes fatal errors. Fix tests makefile and add minimize to gc.d.
author ChristianK
date Sat, 12 Jul 2008 09:23:14 +0200
parents d7e42b5d8ccd
children ca401c18c24e
line wrap: on
line diff
--- a/tests/testincludes/Makefile	Fri Jul 11 22:33:21 2008 +0200
+++ b/tests/testincludes/Makefile	Sat Jul 12 09:23:14 2008 +0200
@@ -70,7 +70,7 @@
 tangobos.lib : $(LIB_TARGET)
 
 $(LIB_TARGET) : $(ALL_OBJS)
-	$(RM) $@
+	$(RM) $(LIB_MASK)
 	$(LLVMLINK) -o=$(LIB_TARGET).bc `find -name "*.bc"`
 	$(LLC) -o=$(LIB_TARGET).s $(LIB_TARGET).bc
 	$(CC) -c -o $(LIB_TARGET) $(LIB_TARGET).s