install Typeable.h for use by other packages
authorMalcolm.Wallace@cs.york.ac.uk <unknown>
Mon, 13 Aug 2007 11:28:55 +0000 (11:28 +0000)
committerMalcolm.Wallace@cs.york.ac.uk <unknown>
Mon, 13 Aug 2007 11:28:55 +0000 (11:28 +0000)
Makefile.nhc98

index 7da02ac..ad01711 100644 (file)
@@ -67,6 +67,7 @@ include ../Makefile.common
 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)
 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