From: sof Date: Sat, 13 Oct 2001 20:46:24 +0000 (+0000) Subject: [project @ 2001-10-13 20:46:24 by sof] X-Git-Tag: Approximately_9120_patches~839 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=f73d132eeae44eb2869c37c929d09efafeb2dce9;p=ghc-hetmet.git [project @ 2001-10-13 20:46:24 by sof] In defn of CPP, include @CPPFLAGS@ on RHS. --- diff --git a/mk/config.mk.in b/mk/config.mk.in index 10aa7e8..fad3130 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -676,7 +676,7 @@ COMPRESS_SUFFIX = @CompressSuffix@ CONTEXT_DIFF = @ContextDiffCmd@ CP = cp -CPP = @CPP@ +CPP = @CPP@ @CPPFLAGS@ CTAGS = $(ETAGS) # # RAWCPP_FLAGS are the flags to give to cpp (viz, gcc -E) to persuade it to