[MLton-commit] r7371
    Matthew Fluet 
    fluet at mlton.org
       
    Wed Dec  9 19:08:28 PST 2009
    
    
  
Fix Makefile rule.
----------------------------------------------------------------------
U   mlton/trunk/Makefile
----------------------------------------------------------------------
Modified: mlton/trunk/Makefile
===================================================================
--- mlton/trunk/Makefile	2009-12-03 14:15:10 UTC (rev 7370)
+++ mlton/trunk/Makefile	2009-12-10 03:08:27 UTC (rev 7371)
@@ -187,7 +187,7 @@
 			COMPILE_ARGS="-profile $$t";			\
 		$(CP) "$(COMP)/$(AOUT).$$t" "$(LIB)/";			\
 		sed "s/mlton-compile/mlton-compile.$$t/" 		\
-			<"$(MLTON)" | 					\
+			<"$(MLTON)" 					\
 			>"$(MLTON).$$t";				\
 		chmod a+x "$(MLTON).$$t";				\
 	done
    
    
More information about the MLton-commit
mailing list