diff options
author | Ian Lynagh <igloo@earth.li> | 2007-05-13 16:34:51 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2007-05-13 16:34:51 +0000 |
commit | 0fef954527222d451cb437bb28731f041a301289 (patch) | |
tree | 6fccaa451ec2bc1200a6302f7dedced5d6043e63 /utils | |
parent | 6ac403be68c9ce9bf6ee6b78b9c70c69454dcde5 (diff) | |
download | haskell-0fef954527222d451cb437bb28731f041a301289.tar.gz |
Move the libraries bindist generation code into libraries/Makefile
This should mean it works even when some libraries are unbuildable.
Diffstat (limited to 'utils')
-rw-r--r-- | utils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Makefile b/utils/Makefile index b5a14af6ee..a6f5f9af2e 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -1,7 +1,7 @@ TOP=.. include $(TOP)/mk/boilerplate.mk -ifneq "$(BIN_DIST_NAME)" "" +ifeq "$(MAKING_BIN_DIST)" "1" # We're doing a binary-dist, descend into a subset of the dirs. SUBDIRS = hp2ps unlit else |