[MLton-commit] r4809
Matthew Fluet
fluet at mlton.org
Mon Nov 6 17:40:23 PST 2006
Fix bootstrap bug introduced by r4778; the 'libraries' target attempts to type-check mlrisc-lib, which is no longer included in the libraries
----------------------------------------------------------------------
U mlton/trunk/Makefile
----------------------------------------------------------------------
Modified: mlton/trunk/Makefile
===================================================================
--- mlton/trunk/Makefile 2006-11-06 23:03:00 UTC (rev 4808)
+++ mlton/trunk/Makefile 2006-11-07 01:40:08 UTC (rev 4809)
@@ -169,7 +169,7 @@
# do not change "make" to "$(MAKE)" in the following line
cd $(BSDSRC)/package/freebsd && MAINTAINER_MODE=yes make build-package
-LIBRARIES = ckit-lib cml mlnlffi-lib mlrisc-lib mlyacc-lib smlnj-lib
+LIBRARIES = ckit-lib cml mlnlffi-lib mlyacc-lib smlnj-lib
.PHONY: libraries-no-check
libraries-no-check:
More information about the MLton-commit
mailing list