1998-08-02 17:38:24 +00:00
|
|
|
--- Makefile.inc.orig Tue Jul 28 21:49:22 1998
|
|
|
|
+++ Makefile.inc Tue Jul 28 21:51:36 1998
|
|
|
|
@@ -2,7 +2,7 @@
|
1996-07-28 02:44:11 +00:00
|
|
|
|
1998-08-02 17:38:24 +00:00
|
|
|
# Where to install stuff
|
1996-07-28 02:44:11 +00:00
|
|
|
|
|
|
|
-MOSMLHOME=${HOME}/mosml
|
1998-08-02 17:38:24 +00:00
|
|
|
+#MOSMLHOME=${HOME}/mosml
|
1996-07-28 02:44:11 +00:00
|
|
|
|
1998-08-02 17:38:24 +00:00
|
|
|
# To compile the runtime system camlrunm with support for
|
|
|
|
# dynamically loadable libraries (DDLs), uncomment these:
|
|
|
|
@@ -13,7 +13,7 @@
|
|
|
|
# ADDCFLAGS=-rdynamic
|
|
|
|
|
|
|
|
# For Linux, use:
|
1996-07-28 02:44:11 +00:00
|
|
|
-CPP=/lib/cpp -P -traditional -Dunix -Umsdos
|
|
|
|
+CPP=/usr/bin/cpp -P -traditional
|
|
|
|
STRIP=strip
|
1998-08-02 17:38:24 +00:00
|
|
|
DYNLD=ld -shared
|
1996-07-28 02:44:11 +00:00
|
|
|
|