diff options
author | Ian Lynagh <igloo@earth.li> | 2007-05-31 14:35:05 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2007-05-31 14:35:05 +0000 |
commit | 430453c5131592b6147a80202dc5f7fbe3f3d5fd (patch) | |
tree | 9c7cdf6b13a8586dfa653bb9ff393da5640d2599 /utils/stat2resid | |
parent | ad9d754d2b18d4dd027884e082c20777a29ef7d4 (diff) | |
download | haskell-430453c5131592b6147a80202dc5f7fbe3f3d5fd.tar.gz |
Rework the build system a bit
Key changes:
* Always build as if BIN_DIST is 1. BIN_DIST is thus removed.
* Libraries are configured with prefix set to $$topdir rather than $(prefix)
Diffstat (limited to 'utils/stat2resid')
-rw-r--r-- | utils/stat2resid/Makefile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/utils/stat2resid/Makefile b/utils/stat2resid/Makefile index f474f5229d..ef9ea2bcb2 100644 --- a/utils/stat2resid/Makefile +++ b/utils/stat2resid/Makefile @@ -13,24 +13,9 @@ SCRIPT_OBJS=stat2resid.prl # INSTALLING=0 -ifneq "$(BIN_DIST)" "1" -SCRIPT_SUBST_VARS=DEFAULT_TMPDIR -endif - INTERP=perl # -# The stat2resid script is configured with a different -# path to the supporting perl scripts, depending on whether it -# is to be installed or not. -# -ifeq "$(INSTALLING)" "1" -ifeq "$(BIN_DIST)" "1" -SCRIPT_PREFIX_FILES += prefix.txt -endif -endif - -# # install setup # INSTALL_LIBS += $(DYN_LOADABLE_BITS) |