X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=utils%2Fhstags%2FMakefile;h=f1ce8e1320e6cfe81106780e36f8c4013fff9eb3;hp=981bafd8973ed32a4fcf3aeab8f37d39593d35fc;hb=430453c5131592b6147a80202dc5f7fbe3f3d5fd;hpb=ad9d754d2b18d4dd027884e082c20777a29ef7d4 diff --git a/utils/hstags/Makefile b/utils/hstags/Makefile index 981bafd..f1ce8e1 100644 --- a/utils/hstags/Makefile +++ b/utils/hstags/Makefile @@ -16,10 +16,6 @@ SCRIPT_SUBST_VARS=\ TOP_PWD \ ProjectVersionInt -ifneq "$(BIN_DIST)" "1" -SCRIPT_SUBST_VARS += libdir libexecdir DEFAULT_TMPDIR -endif - # # The hstags script is configured with different # set of config variables, depending on whether it @@ -27,9 +23,7 @@ endif # ifeq "$(INSTALLING)" "1" TOP_PWD := $(prefix) -ifeq "$(BIN_DIST)" "1" SCRIPT_PREFIX_FILES += prefix.txt -endif else TOP_PWD := $(FPTOOLS_TOP_ABS) HSP_IMPORTS:="$(TOP_PWD)/ghc/lib/ghc":"$(TOP_PWD)/ghc/lib/required":"$(TOP_PWD)/ghc/lib/glaExts":"$(TOP_PWD)/ghc/lib/concurrent" @@ -66,5 +60,5 @@ include $(TOP)/mk/target.mk # install :: @$(RM) $(SCRIPT_PROG) - @$(MAKE) $(MFLAGS) BIN_DIST=0 $(SCRIPT_PROG) + @$(MAKE) $(MFLAGS) $(SCRIPT_PROG)