From 627277bde24e59bbb07a701ba4196bc61f8fa981 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 20 Dec 2002 09:31:11 +0000 Subject: [PATCH] [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. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.10.4