From: simonmar Date: Fri, 20 Dec 2002 09:31:11 +0000 (+0000) Subject: [project @ 2002-12-20 09:31:11 by simonmar] X-Git-Tag: nhc98-1-18-release~771 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=627277bde24e59bbb07a701ba4196bc61f8fa981;p=ghc-base.git [project @ 2002-12-20 09:31:11 by simonmar] Oops, forgot to commit this with the "auto packages" changes. We now have to -#include "HsBase.h" explicitly. As far as I can tell it was happening by accident before, as a result of the base package being enabled by default. --- diff --git a/Makefile b/Makefile index 8377fcd..8820316 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.39 2002/09/30 10:27:49 simonmar Exp $ +# $Id: Makefile,v 1.40 2002/12/20 09:31:11 simonmar Exp $ TOP=.. include $(TOP)/mk/boilerplate.mk @@ -38,7 +38,7 @@ ALL_DIRS = \ PACKAGE = base -SRC_HC_OPTS += -fglasgow-exts -cpp -Iinclude +SRC_HC_OPTS += -fglasgow-exts -cpp -Iinclude -\#include HsBase.h SRC_HSC2HS_OPTS += -Iinclude -I$(FPTOOLS_TOP)/ghc/includes # Make sure we can get hold of regex.h