[MLton-commit] r4032
Stephen Weeks
MLton@mlton.org
Thu, 25 Aug 2005 07:41:14 -0700
Made install target install mlnlffigen.
----------------------------------------------------------------------
U mlton/trunk/Makefile
----------------------------------------------------------------------
Modified: mlton/trunk/Makefile
===================================================================
--- mlton/trunk/Makefile 2005-08-25 12:54:10 UTC (rev 4031)
+++ mlton/trunk/Makefile 2005-08-25 14:41:12 UTC (rev 4032)
@@ -377,7 +377,7 @@
sed "/^lib=/s;'.*';'$(prefix)/$(ULIB)';" \
<$(SRC)/bin/mlton-script >$(TBIN)/mlton
chmod a+x $(TBIN)/mlton
- $(CP) $(BIN)/$(LEX) $(BIN)/$(PROF) $(BIN)/$(YACC) $(TBIN)/
+ cd $(BIN) && $(CP) $(LEX) $(NLFFIGEN) $(PROF) $(YACC) $(TBIN)/
( cd $(SRC)/man && tar cf - mllex.1 mlprof.1 mlton.1 mlyacc.1 ) | \
( cd $(TMAN)/ && tar xf - )
if $(GZIP_MAN); then \