[project @ 2000-12-11 12:15:15 by simonmar]
[ghc-hetmet.git] / ghc / interpreter / lib / Makefile
index d77ebf0..e67cab7 100644 (file)
@@ -1,11 +1,11 @@
 # -------------------------------------------------------------------------- #
-# $Id: Makefile,v 1.10 2000/04/04 18:27:46 andy Exp $ 
+# $Id: Makefile,v 1.12 2000/04/10 02:28:08 andy Exp $ 
 # -------------------------------------------------------------------------- #
 
 TOP = ../..
 include $(TOP)/mk/boilerplate.mk
 
-PRELUDE  = Prelude.hs PrimPrel.hs
+PRELUDE  = Prelude.hs PrelPrim.hs
 
 STD_LIBS = Array.lhs Char.lhs Complex.lhs CPUTime.lhs \
           Directory.lhs IO.lhs Ix.lhs List.lhs Locale.lhs \
@@ -67,7 +67,7 @@ LIBS =  $(PRELUDE) \
 all :: $(LIBS)
 
 
-HUGSCPP = ../../utils/hscpp/hscpp -D__HUGS__ -DUSE_REPORT_PRELUDE -D__HASKELL98__
+HUGSCPP = ../../utils/hscpp/hscpp -D__HUGS__ -D__HASKELL98__
 
 %.lhs :: $(GHC_LIB_DIR)/std/%.lhs
        $(HUGSCPP) -I../../includes $< > $*.lhs