X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Finterpreter%2Flib%2FMakefile;h=e67cab7a3ce42e87eab7fbf42ec84b72f4646a83;hb=d033cb52223c34095c9ab201158b9008bcba9d8b;hp=da8120c26af55b16f4de33296f7696eee0af8271;hpb=8024af4b826b99febe00cd566c409087687b5ea7;p=ghc-hetmet.git diff --git a/ghc/interpreter/lib/Makefile b/ghc/interpreter/lib/Makefile index da8120c..e67cab7 100644 --- a/ghc/interpreter/lib/Makefile +++ b/ghc/interpreter/lib/Makefile @@ -1,5 +1,5 @@ # -------------------------------------------------------------------------- # -# $Id: Makefile,v 1.11 2000/04/06 00:01:27 andy Exp $ +# $Id: Makefile,v 1.12 2000/04/10 02:28:08 andy Exp $ # -------------------------------------------------------------------------- # TOP = ../.. @@ -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