X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FMakefile;h=6fc7daf8632e3b00d8c3a7358dba9933101993df;hb=9ac80e8f546551607ed2193d884fa9252f166f98;hp=a10ac7df29420322c3f353c4cac89b9ceef04011;hpb=292c077de7dbe98eb44911648f16e243b40db2ac;p=ghc-hetmet.git diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index a10ac7d..6fc7daf 100644 --- a/ghc/compiler/Makefile +++ b/ghc/compiler/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.114 2000/11/16 11:39:36 simonmar Exp $ +# $Id: Makefile,v 1.117 2000/11/22 10:13:43 sewardj Exp $ TOP = .. include $(TOP)/mk/boilerplate.mk @@ -83,7 +83,7 @@ $(HS_PROG) :: $(HS_SRCS) # ----------------------------------------------------------------------------- -# Set SRCS, LOOPS, HCS, OBJS +# Set SRCS, HCS, OBJS # # First figure out DIRS, the source sub-directories # Then derive SRCS by looking in them @@ -115,11 +115,6 @@ endif HS_SRCS = $(foreach dir,$(DIRS),$(wildcard $(dir)/*.lhs) $(wildcard $(dir)/*.hs)) -# ToDo: not clear why this is here -- messes up linking -#ifneq "$(GhcWithHscBuiltViaC)" "YES" -#HS_SRCS += rename/ParseIface.hs parser/Parser.hs -#endif - HCS = $(patsubst %.lhs, %.hc, $(patsubst %.hs, %.hc, $(HS_SRCS))) # ParseIface.hs ain't part of HS_SRCS when this is on.. @@ -440,10 +435,8 @@ INSTALL_PROGS += $(HS_PROG) # # Before doing `make depend', need to build all derived Haskell source files # -depend :: $(LOOPS) - ifneq "$(GhcWithHscBuiltViaC)" "YES" -depend :: rename/ParseIface.hs +depend :: rename/ParseIface.hs parser/Parser.hs endif #-----------------------------------------------------------------------------