X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fmk%2Fpaths.mk;h=0dc86041e9c97e10f3a8e8d697f40dee75c5a820;hb=110a35dc422a67e79baf1e101a19284dc7168908;hp=5012d8a4e443b2af40455791eb1f025c8bd9293f;hpb=6c90d8954f702b784e450905cc657df271312479;p=ghc-hetmet.git diff --git a/ghc/mk/paths.mk b/ghc/mk/paths.mk index 5012d8a..0dc8604 100644 --- a/ghc/mk/paths.mk +++ b/ghc/mk/paths.mk @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: paths.mk,v 1.34 2001/06/27 13:16:59 rrt Exp $ +# $Id: paths.mk,v 1.36 2001/07/31 14:31:28 simonmar Exp $ # # ghc project specific make variables # @@ -22,7 +22,6 @@ GHC_INCLUDE_DIR := $(TOP)/includes GHC_COMPILER_DIR := $(TOP)/compiler GHC_RUNTIME_DIR := $(TOP)/rts GHC_LIB_DIR := $(TOP)/lib -GHC_INTERPRETER_DIR := $(TOP)/interpreter # --------------------------------------------------- # -- These variables are defined primarily so they can @@ -54,15 +53,12 @@ ifeq "$(TARGETPLATFORM)" "i386-unknown-mingw32" GHC_CP = "xcopy /y" GHC_PERL = perl GHC_TOUCHY = touchy$(EXE_SUFFIX) -GHC_RAWCPP = $(subst -mwin32,,$(RAWCPP)) -# Don't know why we do this... else GHC_CP = $(CP) GHC_PERL = $(PERL) GHC_TOUCHY = touch -GHC_RAWCPP = $(RAWCPP) endif