X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Finterpreter%2FMakefile;h=9152365988b98ef64bc495bd6467f9aa44c59adc;hb=b36d01c87fa805dfcf0a9b8cfc3038418139aeed;hp=0ef5ac550b48c6fe934841afaf19ffb8c8657750;hpb=f15555b41d23a280fcd474af928f222dcde64515;p=ghc-hetmet.git diff --git a/ghc/interpreter/Makefile b/ghc/interpreter/Makefile index 0ef5ac5..9152365 100644 --- a/ghc/interpreter/Makefile +++ b/ghc/interpreter/Makefile @@ -1,6 +1,6 @@ # --------------------------------------------------------------------------- # -# $Id: Makefile,v 1.35 2000/05/12 13:41:59 sewardj Exp $ # +# $Id: Makefile,v 1.36 2000/05/12 13:49:54 sewardj Exp $ # # --------------------------------------------------------------------------- # TOP = .. @@ -38,7 +38,7 @@ C_SRCS = link.c type.c static.c storage.c derive.c input.c compiler.c subst.c \ translate.c codegen.c lift.c free.c stgSubst.c output.c \ hugs.c dynamic.c stg.c sainteger.c object.c interface.c -SRC_CC_OPTS = -I$(GHC_INTERPRETER_DIR) -I$(GHC_INCLUDE_DIR) -I$(GHC_RUNTIME_DIR) -D__HUGS__ -DCOMPILING_RTS -DNO_REGS -Wall -Wstrict-prototypes -Wno-unused -DDEBUG -Winline -g -O -DDIET_HEP +SRC_CC_OPTS = -I$(GHC_INTERPRETER_DIR) -I$(GHC_INCLUDE_DIR) -I$(GHC_RUNTIME_DIR) -D__HUGS__ -DCOMPILING_RTS -DNO_REGS -Wall -Wstrict-prototypes -Wno-unused -DDEBUG -Winline -g -O GHC_LIBS_NEEDED = $(GHC_RUNTIME_DIR)/libHSrts.a