head	1.3;
access;
symbols
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2002.06.16.19.13.18;	author ijliao;	state dead;
branches;
next	1.2;

1.2
date	2002.05.08.16.57.55;	author dwcjr;	state Exp;
branches;
next	1.1;

1.1
date	2001.12.21.20.23.40;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.3
log
@upgrade to 1.14

PR:		39368
Submitted by:	maintainer
@
text
@--- src/runtime/Makefile.orig	Fri Mar 15 21:03:33 2002
+++ src/runtime/Makefile	Fri Mar 15 21:06:15 2002
@@@@ -13,7 +13,7 @@@@
   SUF=.${CFG}
 endif
 
-TRUE = /bin/true
+TRUE = /usr/bin/true
 LDFLAGS = -r
 ARFLAGS = r
 
@@@@ -51,7 +51,7 @@@@
 	mkdir -p ${OBJDIR}
 
 ${OBJDIRS}: ${OBJDIR}/% :
-	mkdir -p $@@  || /bin/true
+	mkdir -p $@@  || /usr/bin/true
 
 objdir: ${OBJDIR}
 	cd Kernel;  $(MAKE) objdir
@


1.2
log
@Update to 1.12
Unbreak for -current

PR:		36139
Submitted by:	maintainer
@
text
@@


1.1
log
@add nhc98 1.08
A fully-fledged compiler for Haskell 98

PR:		31039
Submitted by:	Oliver Braun <obraun@@informatik.unibw-muenchen.de>
@
text
@d1 5
a5 4
diff -ruN src.bak/runtime/Makefile src/runtime/Makefile
--- src.bak/runtime/Makefile	Thu Dec 16 11:58:42 1999
+++ src/runtime/Makefile	Mon Jun 18 16:30:56 2001
@@@@ -9,7 +9,7 @@@@
a6 2
 LD = ld
 LDFLAGS = -r
d9 1
a9 2
 CC = gcc
 AR = ar
d11 2
a12 1
@@@@ -48,7 +48,7 @@@@
@

