[project @ 2002-12-20 09:31:11 by simonmar]
authorsimonmar <unknown>
Fri, 20 Dec 2002 09:31:11 +0000 (09:31 +0000)
committersimonmar <unknown>
Fri, 20 Dec 2002 09:31:11 +0000 (09:31 +0000)
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

index 8377fcd..8820316 100644 (file)
--- 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