be sure to install Nhc98BaseConfig.h
authorMalcolm.Wallace@cs.york.ac.uk <unknown>
Wed, 1 Apr 2009 12:20:28 +0000 (12:20 +0000)
committerMalcolm.Wallace@cs.york.ac.uk <unknown>
Wed, 1 Apr 2009 12:20:28 +0000 (12:20 +0000)
Makefile.nhc98

index b46a8a9..54aab94 100644 (file)
@@ -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.