X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=ghc%2Futils%2Fhstags%2FMakefile;h=981bafd8973ed32a4fcf3aeab8f37d39593d35fc;hb=845db8182942e006a9164e41e9839adb39f24268;hp=56ba3b105d5ef711675668b0e7c264fb32865810;hpb=5ee134668315a4644b5fc8f5aab1fd6e7e881f15;p=ghc-hetmet.git diff --git a/ghc/utils/hstags/Makefile b/ghc/utils/hstags/Makefile index 56ba3b1..981bafd 100644 --- a/ghc/utils/hstags/Makefile +++ b/ghc/utils/hstags/Makefile @@ -1,8 +1,6 @@ TOP=../.. include $(TOP)/mk/boilerplate.mk - -# No ways -override WAYS= +include $(TOP)/mk/version.mk # Note: might be overridden from cmd-line (see install rule below) INSTALLING=0 @@ -15,12 +13,11 @@ SCRIPT_OBJS=hstags.prl SCRIPT_SUBST_VARS=\ INSTALLING \ - TMPDIR \ TOP_PWD \ - PROJECTVERSION + ProjectVersionInt ifneq "$(BIN_DIST)" "1" -SCRIPT_SUBST_VARS += libdir +SCRIPT_SUBST_VARS += libdir libexecdir DEFAULT_TMPDIR endif # @@ -61,8 +58,6 @@ install :: @$(RM) $(SCRIPT_PROG) @$(MAKE) $(MFLAGS) INSTALLING=1 $(SCRIPT_PROG) - -CLEAN_FILES += $(SCRIPT_PROG) include $(TOP)/mk/target.mk