X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile.nhc98;h=54aab9498d02392917b34572bd6c479abb1148ce;hb=641dcdf85786eda35e5d2cfe560f5bf27de584dc;hp=b46a8a9e7b9de61c813f2a0aedf3609a142a0813;hpb=0793535ca1cda2b12d34765dc96c5b401bb3ded2;p=ghc-base.git 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.