[MLton-commit] r4116
Matthew Fluet
MLton@mlton.org
Tue, 18 Oct 2005 18:32:40 -0700
Makefile typo
----------------------------------------------------------------------
U mlton/branches/on-20050822-x86_64-branch/runtime/gc/Makefile
----------------------------------------------------------------------
Modified: mlton/branches/on-20050822-x86_64-branch/runtime/gc/Makefile
===================================================================
--- mlton/branches/on-20050822-x86_64-branch/runtime/gc/Makefile 2005-10-19 01:29:26 UTC (rev 4115)
+++ mlton/branches/on-20050822-x86_64-branch/runtime/gc/Makefile 2005-10-19 01:32:39 UTC (rev 4116)
@@ -168,7 +168,7 @@
( \
for m in $(ALL_MODELS); do \
$(CC) $(CFLAGS) -DGC_MODEL_$$m -c -o gc.$$m.o gc.c; \
- $(CC) $(CFLAGS) $(DEBUGFLAGS) -O1 -DASSERT=1 -DGC_MODEL_$$m -c -o gc-gdb.$$m.o gc.c; \
+ $(CC) $(DEBUGFLAGS) -O1 -DASSERT=1 -DGC_MODEL_$$m -c -o gc-gdb.$$m.o gc.c; \
done; \
)