[MLton-commit] r5274

Vesa Karvonen vesak at mlton.org
Tue Feb 20 09:03:08 PST 2007


Move def-use file to generated files.
----------------------------------------------------------------------

U   mltonlib/trunk/com/ssh/windows/unstable/Makefile

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

Modified: mltonlib/trunk/com/ssh/windows/unstable/Makefile
===================================================================
--- mltonlib/trunk/com/ssh/windows/unstable/Makefile	2007-02-20 17:01:01 UTC (rev 5273)
+++ mltonlib/trunk/com/ssh/windows/unstable/Makefile	2007-02-20 17:03:01 UTC (rev 5274)
@@ -25,7 +25,7 @@
 
 lib-file := libwin-$(target-id).lib
 
-def-use-file := lib.$(target-id).du
+def-use-file := $(gen-dir)/lib.du
 
 ##########################################################################
 




More information about the MLton-commit mailing list