summaryrefslogtreecommitdiff
path: root/libraries
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-08-25 19:09:12 +0000
committerIan Lynagh <igloo@earth.li>2008-08-25 19:09:12 +0000
commit0e5f01904f7df065547e1558df8917c11f676f77 (patch)
tree53bb4f8fdef3b2e5cb9f5215a7cfc5db1173fb0a /libraries
parente1826dcc04394bc35769573eea250ada2e1ad1a0 (diff)
downloadhaskell-0e5f01904f7df065547e1558df8917c11f676f77.tar.gz
When making bindists, check that we know where we are
Diffstat (limited to 'libraries')
-rw-r--r--libraries/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/Makefile b/libraries/Makefile
index 43216ba4d4..55c31808f5 100644
--- a/libraries/Makefile
+++ b/libraries/Makefile
@@ -387,6 +387,10 @@ BIN_DIST_LIBDIR=$(BIN_DIST_DIR)/libraries
BINDIST_EXTRAS += ifBuildable/ifBuildable
binary-dist: $(foreach SUBDIR,$(SUBDIRS),binary-dist.library.$(SUBDIR))
+ifeq "$(WHERE_AM_I)" ""
+ echo "I don't know where I am" >&2
+ exit 1
+endif
echo $(WHERE_AM_I)/Makefile >> $(BIN_DIST_LIST)
# XXX This needs to be changed: This ifBuildable is built with the
# bootstrapping compiler, so isn't OS X friendly. It should be made into