head	1.2;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	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
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2011.07.25.19.40.47;	author johans;	state Exp;
branches;
next	1.1;

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


desc
@@


1.2
log
@- Respect $CC
- Fix build with clang
@
text
@--- runtime/Makefile.orig	Tue Jul 18 16:16:44 2000
+++ runtime/Makefile	Wed Apr 10 00:19:10 2002
@@@@ -47,7 +47,7 @@@@
 
 install:
 	${INSTALL_PROGRAM} camlrunm$(EXE) $(BINDIR)
-	${INSTALL_PROGRAM} *.h $(INCDIR)
+	${INSTALL_DATA} *.h $(INCDIR)
 
 primitives : $(PRIMS)
 	sed -n -e '/\/\* ML \*\//s/.* \([a-zA-Z0-9_][a-zA-Z0-9_]*\) *(.*/\1/p' \
@@@@ -87,8 +87,8 @@@@
 depend : prims.c opnames.h jumptbl.h
 	mv Makefile Makefile.bak
 	(sed -n -e '1,/^### DO NOT DELETE THIS LINE/p' Makefile.bak;	 \
-         gcc -MM -I.. $(OPTS) *.c; \
-         gcc -MM -I.. $(OPTS) -DDEBUG *.c | sed -e 's/\.o/.d.o/') > Makefile
+         $(CC) -MM -I.. $(OPTS) *.c; \
+         $(CC) -MM -I.. $(OPTS) -DDEBUG *.c | sed -e 's/\.o/.d.o/') > Makefile
 	rm Makefile.bak

 ### EVERYTHING THAT GOES BEYOND THIS COMMENT WILL BE ERASED WITHOUT WARNING
@


1.1
log
@Upgrade to v2.0.

Submitted by:	Johannes 5 Joemann <joemann@@beefree.free.de>
@
text
@d12 11
@

