[MLton-commit] r4191

Stephen Weeks MLton@mlton.org
Thu, 10 Nov 2005 09:53:05 -0800


Took out unnecessary "-codegen c".

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

U   mlton/trunk/doc/examples/ffi/Makefile

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

Modified: mlton/trunk/doc/examples/ffi/Makefile
===================================================================
--- mlton/trunk/doc/examples/ffi/Makefile	2005-11-10 17:46:08 UTC (rev 4190)
+++ mlton/trunk/doc/examples/ffi/Makefile	2005-11-10 17:53:04 UTC (rev 4191)
@@ -8,7 +8,7 @@
 
 PATH = ../../../build/bin:$(shell echo $$PATH)
 
-mlton = mlton -default-ann 'allowFFI true' -codegen c
+mlton = mlton -default-ann 'allowFFI true'
 
 .PHONY: all
 all: import import2 export iimport test_quot