[MLton-commit] r7192

Matthew Fluet fluet at mlton.org
Mon Jun 22 12:03:35 PDT 2009


Don't assume . in PATH.
----------------------------------------------------------------------

U   mlton/trunk/doc/examples/finalizable/Makefile
U   mlton/trunk/doc/examples/save-world/Makefile

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

Modified: mlton/trunk/doc/examples/finalizable/Makefile
===================================================================
--- mlton/trunk/doc/examples/finalizable/Makefile	2009-06-22 16:19:24 UTC (rev 7191)
+++ mlton/trunk/doc/examples/finalizable/Makefile	2009-06-22 19:03:34 UTC (rev 7192)
@@ -11,7 +11,7 @@
 
 all:
 	$(mlton) finalizable.sml cons.c
-	finalizable
+	./finalizable
 
 .PHONY: clean
 clean:

Modified: mlton/trunk/doc/examples/save-world/Makefile
===================================================================
--- mlton/trunk/doc/examples/save-world/Makefile	2009-06-22 16:19:24 UTC (rev 7191)
+++ mlton/trunk/doc/examples/save-world/Makefile	2009-06-22 19:03:34 UTC (rev 7192)
@@ -14,10 +14,10 @@
 
 .PHONY: test
 test: world
-	save-world @MLton load-world world --
+	./save-world @MLton load-world world --
 
 world: save-world
-	save-world
+	./save-world
 
 save-world: save-world.sml
 	$(mlton) save-world.sml




More information about the MLton-commit mailing list