From: simonm Date: Tue, 14 Oct 1997 13:20:43 +0000 (+0000) Subject: [project @ 1997-10-14 13:20:43 by simonm] X-Git-Tag: Approx_2487_patches~1386 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=03234e572480983226dd85e60db9fc6ca1150bf0;p=ghc-hetmet.git [project @ 1997-10-14 13:20:43 by simonm] don't substitute for RAWCPP if we're bin-disting --- diff --git a/ghc/utils/hscpp/Makefile b/ghc/utils/hscpp/Makefile index cfd5082..e4af0ed 100644 --- a/ghc/utils/hscpp/Makefile +++ b/ghc/utils/hscpp/Makefile @@ -3,7 +3,11 @@ include $(TOP)/mk/boilerplate.mk SCRIPT_PROG=hscpp SCRIPT_OBJS=hscpp.prl -SCRIPT_SUBST_VARS=RAWCPP +SCRIPT_SUBST_VARS= + +ifneq "$(BIN_DIST)" "1" +SCRIPT_SUBST_VARS += RAWCPP +endif # Note: might be overridden from cmd-line (see install rule below) INSTALLING=0