head	1.1;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1;
locks; strict;
comment	@# @;


1.1
date	2006.08.06.10.53.54;	author jkoshy;	state Exp;
branches;
next	;


desc
@@


1.1
log
@- Honor CC, CFLAGS etc.				[1]
- 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>
@
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
@
