From: simonmar Date: Fri, 19 Jan 2001 09:53:33 +0000 (+0000) Subject: [project @ 2001-01-19 09:53:33 by simonmar] X-Git-Tag: Approximately_9120_patches~2850 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=ebfa2f9752392829b68b541535c6c92c7e7f0919;hp=250d897e972a04af546eab8285f92f75b27cf6d5;p=ghc-hetmet.git [project @ 2001-01-19 09:53:33 by simonmar] protect against systems where eval "" returns false (namely MacOS X) --- diff --git a/mk/target.mk b/mk/target.mk index 6f7d923..5008e98 100644 --- a/mk/target.mk +++ b/mk/target.mk @@ -631,7 +631,9 @@ endif ifneq "$(SCRIPT_PREFIX_FILES)" "" @cat $(SCRIPT_PREFIX_FILES) >> $@ endif +ifneq "$(SCRIPT_SUBST)" "" @eval $(SCRIPT_SUBST) +endif @cat $(SCRIPT_OBJS) >> $@ @chmod a+x $@ @echo Done.