From 641dcdf85786eda35e5d2cfe560f5bf27de584dc Mon Sep 17 00:00:00 2001 From: "Malcolm.Wallace@cs.york.ac.uk" Date: Wed, 1 Apr 2009 12:20:28 +0000 Subject: [PATCH] be sure to install Nhc98BaseConfig.h --- Makefile.nhc98 | 3 +++ 1 file changed, 3 insertions(+) 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. -- 1.7.10.4