X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=utils%2FMakefile;h=a6f5f9af2e3218ec0bdb592985a242037589373f;hb=bd59a99889308cddf9a755b12b7a347ae6ce44bb;hp=b5a14af6ee0e6f2adbd2d97d2526244acb4c96c2;hpb=03ffa2bfa6c31dc6bcdcacecc2bdb3bbabd800a9;p=ghc-hetmet.git diff --git a/utils/Makefile b/utils/Makefile index b5a14af..a6f5f9a 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