From: sof Date: Mon, 24 Mar 1997 02:50:26 +0000 (+0000) Subject: [project @ 1997-03-24 02:50:26 by sof] X-Git-Tag: Approximately_1000_patches_recorded~738 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=be062c2c825d3b103871ade61826df64ee165abd;p=ghc-hetmet.git [project @ 1997-03-24 02:50:26 by sof] Install variables set up --- diff --git a/ghc/utils/stat2resid/Makefile b/ghc/utils/stat2resid/Makefile index da92520..758694d 100644 --- a/ghc/utils/stat2resid/Makefile +++ b/ghc/utils/stat2resid/Makefile @@ -1,9 +1,9 @@ #----------------------------------------------------------------------------- -# $Id: Makefile,v 1.5 1997/03/20 22:21:55 sof Exp $ +# $Id: Makefile,v 1.6 1997/03/24 02:50:26 sof Exp $ TOP=../.. include $(TOP)/mk/boilerplate.mk -WAYS= +override WAYS= DYN_LOADABLE_BITS = \ parse-gcstats.prl \ process-gcstats.prl @@ -16,7 +16,7 @@ SCRIPT_OBJS=stat2resid.prl # INSTALLING=0 -SCRIPT_SUBST_VARS=TMPDIR SCRIPT_PATH +SCRIPT_SUBST_VARS=TMPDIR INTERP=perl CLEAN_FILES += $(SCRIPT_PROG) @@ -29,18 +29,14 @@ CLEAN_FILES += $(SCRIPT_PROG) ifeq "$(INSTALLING)" "1" ifeq "$(BIN_DIST)" "1" SCRIPT_PREFIX_FILES += prefix.txt -else -INSTLIBDIR_GHC:=$(libdir) endif -else -INSTLIBDIR_GHC:=$(FPTOOLS_TOP_ABS)/ghc/utils/stat2resid endif # # install setup # -INSTALL_LIBS += $(DYN_LOADABLE_BITS) -INSTALL_PROGS += $(SCRIPT_PROG) +INSTALL_LIBS += $(DYN_LOADABLE_BITS) +INSTALL_SCRIPTS += $(SCRIPT_PROG) #