02e454d15d
- Use BSD_INSTALL_* macros to install files. [1] - Make the port PREFIX clean. PR: ports/101398 [1] Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru>
14 lines
374 B
Text
14 lines
374 B
Text
--- src/runtime/Makefile.orig Tue Jun 10 17:54:35 1997
|
|
+++ src/runtime/Makefile Sun Aug 6 15:20:36 2006
|
|
@@ -1,9 +1,9 @@
|
|
# Makefile for the Caml Light runtime system
|
|
|
|
# These options are overriden when called from ../Makefile.
|
|
-CC=cc
|
|
+#CC=cc
|
|
OPTS=#-fno-defer-pop
|
|
-CFLAGS=-O2 $(OPTS) -I..
|
|
+CFLAGS=$(OPTS) -I..
|
|
LIBS=
|
|
|
|
# Test to see whether ranlib exists on the machine
|