From: simonmar Date: Tue, 12 Feb 2002 10:52:47 +0000 (+0000) Subject: [project @ 2002-02-12 10:52:47 by simonmar] X-Git-Tag: nhc98-1-18-release~1131 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=1565fbb3532f3b308d7017b0f84bc8e932dd965a;p=ghc-base.git [project @ 2002-02-12 10:52:47 by simonmar] wibbles --- diff --git a/Makefile b/Makefile index 2f0d41e..921a945 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.13 2002/02/11 17:30:57 simonmar Exp $ +# $Id: Makefile,v 1.14 2002/02/12 10:52:47 simonmar Exp $ TOP=.. include $(TOP)/mk/boilerplate.mk @@ -37,7 +37,7 @@ ALL_DIRS = \ Text/Regex \ Text/Show -PKG = base +PACKAGE = base SRC_HC_OPTS += -fglasgow-exts -cpp -Iinclude SRC_HSC2HS_OPTS += -Iinclude