[MLton-commit] r4878

Matthew Fluet fluet at mlton.org
Wed Nov 29 20:10:34 PST 2006


Fixed backwards logic in OMIT_BYTECODE
----------------------------------------------------------------------

U   mlton/branches/on-20050822-x86_64-branch/runtime/Makefile

----------------------------------------------------------------------

Modified: mlton/branches/on-20050822-x86_64-branch/runtime/Makefile
===================================================================
--- mlton/branches/on-20050822-x86_64-branch/runtime/Makefile	2006-11-30 03:55:54 UTC (rev 4877)
+++ mlton/branches/on-20050822-x86_64-branch/runtime/Makefile	2006-11-30 04:10:33 UTC (rev 4878)
@@ -204,6 +204,7 @@
 	platform/$(TARGET_OS)-gdb.o
 
 ifeq ($(OMIT_BYTECODE), yes)
+else
   OBJS += bytecode/interpret.o
   DEBUG_OBJS += bytecode/interpret-gdb.o
 endif




More information about the MLton-commit mailing list