From 25a1b0c316214c2bdd2d50549276d7443c57b0df Mon Sep 17 00:00:00 2001 From: sewardj Date: Mon, 22 Nov 1999 10:13:00 +0000 Subject: [PATCH] [project @ 1999-11-22 10:13:00 by sewardj] Set GHC_INTERPRETER_DIR, and add target rtsclean in interpreter/Makefile. --- ghc/interpreter/Makefile | 4 +++- ghc/mk/paths.mk | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) 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 -- 1.7.10.4