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/hmake/Makefile.orig	Fri Mar 15 21:04:20 2002
+++ src/hmake/Makefile	Fri Mar 15 21:07:06 2002
@@@@ -63,7 +63,7 @@@@
 	strip $@@
 
 $(OBJDIR):
-	mkdir -p $(OBJDIR) || /bin/true
+	mkdir -p $(OBJDIR) || /usr/bin/true
 $(OBJS): $(OBJDIR)/%.$O : %.hs
 	$(HC) $(HFLAGS) -c -o $@@ $<
 $(CPPOBJS) $(OBJDIR)/Older.$O $(OBJDIR)/MkConfig.$O: $(OBJDIR)/%.$O : %.hs
@


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 3
a3 4
diff -ruN src.bak/hmake/Makefile src/hmake/Makefile
--- src.bak/hmake/Makefile	Tue May 29 16:29:07 2001
+++ src/hmake/Makefile	Mon Jun 18 16:32:21 2001
@@@@ -48,7 +48,7 @@@@
d11 1
a11 1
 $(CPPOBJS) $(OBJDIR)/Older.$O: $(OBJDIR)/%.$O : %.hs
@

