[MLton-commit] r6108
Matthew Fluet
fluet at mlton.org
Wed Oct 31 16:53:36 PST 2007
Reversed r4288; restored install paths for Cygwin to /usr.
----------------------------------------------------------------------
U mlton/trunk/Makefile
----------------------------------------------------------------------
Modified: mlton/trunk/Makefile
===================================================================
--- mlton/trunk/Makefile 2007-10-30 21:01:53 UTC (rev 6107)
+++ mlton/trunk/Makefile 2007-11-01 00:53:35 UTC (rev 6108)
@@ -361,9 +361,6 @@
# puts them.
DESTDIR := $(CURDIR)/install
PREFIX := /usr
-ifeq ($(TARGET_OS), cygwin)
-PREFIX := /
-endif
ifeq ($(TARGET_OS), darwin)
PREFIX := /usr/local
endif
@@ -383,9 +380,6 @@
TLIB := $(DESTDIR)$(prefix)/$(ULIB)
TMAN := $(DESTDIR)$(prefix)$(MAN_PREFIX_EXTRA)/man/man1
TDOC := $(DESTDIR)$(prefix)/share/doc/mlton
-ifeq ($(TARGET_OS), cygwin)
-TDOC := $(DESTDIR)$(prefix)/usr/share/doc/mlton
-endif
ifeq ($(TARGET_OS), solaris)
TDOC := $(DESTDIR)$(prefix)/doc/mlton
endif
More information about the MLton-commit
mailing list