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


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

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


desc
@@


1.2
log
@upgrade to 1.14

PR:		39368
Submitted by:	maintainer
@
text
@--- src/hat/lib/Makefile.orig	Fri Mar 15 21:03:40 2002
+++ src/hat/lib/Makefile	Fri Mar 15 21:06:25 2002
@@@@ -41,7 +41,7 @@@@
 all: $(OBJDIR) $(TARGET)
 install: install-$(HC)
 install-ghc: $(OBJDIR) $(TARGET)
-	mkdir $(LIBDIR)/hat || /bin/true
+	mkdir $(LIBDIR)/hat || /usr/bin/true
 	$(INSTALL) *.hi *.hx hat-package.conf $(LIBDIR)/hat
 install-nhc98: $(OBJDIR) $(TARGET)
 	$(INSTALL) *.hi *.hx $(INCDIR)
@


1.1
log
@Update to 1.12
Unbreak for -current

PR:		36139
Submitted by:	maintainer
@
text
@@

