From: sewardj Date: Mon, 22 Nov 1999 10:13:00 +0000 (+0000) Subject: [project @ 1999-11-22 10:13:00 by sewardj] X-Git-Tag: Approximately_9120_patches~5535 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=25a1b0c316214c2bdd2d50549276d7443c57b0df;p=ghc-hetmet.git [project @ 1999-11-22 10:13:00 by sewardj] Set GHC_INTERPRETER_DIR, and add target rtsclean in interpreter/Makefile. --- diff --git a/ghc/interpreter/Makefile b/ghc/interpreter/Makefile index 16a95ea..45f4a14 100644 --- a/ghc/interpreter/Makefile +++ b/ghc/interpreter/Makefile @@ -1,6 +1,6 @@ # --------------------------------------------------------------------------- # -# $Id: Makefile,v 1.18 1999/11/19 15:36:55 andy Exp $ # +# $Id: Makefile,v 1.19 1999/11/22 10:13:00 sewardj Exp $ # # --------------------------------------------------------------------------- # TOP = .. @@ -65,6 +65,8 @@ $(GHC_RUNTIME_DIR)/libHSrts.a: cleanish: /bin/rm *.o +rtsclean: + (cd $(GHC_RUNTIME_DIR) ; make clean) snapshot: /bin/rm -f snapshot.tar diff --git a/ghc/mk/paths.mk b/ghc/mk/paths.mk index bf10fec..ff7850d 100644 --- a/ghc/mk/paths.mk +++ b/ghc/mk/paths.mk @@ -41,6 +41,7 @@ GHC_RUNTIME_DIR = $(TOP)/rts GHC_LIB_DIR = $(TOP)/lib GHC_INCLUDE_DIR = $(TOP)/includes GHC_UTILS_DIR = $(TOP)/utils +GHC_INTERPRETER_DIR = $(TOP)/interpreter GHC = $(GHC_DRIVER_DIR)/ghc-inplace GHC_HSCPP_DIR = $(GHC_UTILS_DIR)/hscpp