From: Malcolm.Wallace@cs.york.ac.uk Date: Wed, 1 Apr 2009 12:20:28 +0000 (+0000) Subject: be sure to install Nhc98BaseConfig.h X-Git-Tag: 2009-06-25~43 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;ds=sidebyside;h=641dcdf85786eda35e5d2cfe560f5bf27de584dc;p=ghc-base.git be sure to install Nhc98BaseConfig.h --- diff --git a/Makefile.nhc98 b/Makefile.nhc98 index b46a8a9..54aab94 100644 --- a/Makefile.nhc98 +++ b/Makefile.nhc98 @@ -70,9 +70,12 @@ extra: if [ -f Prelude.hs ]; then mv Prelude.hs Prelude.hs.unused; fi if [ -f Numeric.hs ]; then mv Numeric.hs Numeric.hs.unused; fi $(INSTALL) include/Typeable.h $(INCDIR)/packages/$(THISPKG) + $(INSTALL) include/Nhc98BaseConfig.h $(INCDIR)/packages/$(THISPKG) extracfiles: if [ -f Prelude.hs ]; then mv Prelude.hs Prelude.hs.unused; fi if [ -f Numeric.hs ]; then mv Numeric.hs Numeric.hs.unused; fi + $(INSTALL) include/Typeable.h $(INCDIR)/packages/$(THISPKG) + $(INSTALL) include/Nhc98BaseConfig.h $(INCDIR)/packages/$(THISPKG) # Here are any extra dependencies.