FIX: loading package ghc in GHCi (added a couple of missing symbols)
[ghc-hetmet.git] / utils / Makefile
index b5a14af..a6f5f9a 100644 (file)
@@ -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