From: simonmar Date: Fri, 9 Jan 2004 12:37:27 +0000 (+0000) Subject: [project @ 2004-01-09 12:37:27 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~137 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=3e4509abda42b36e00ea820f289ec3397ba8522c [project @ 2004-01-09 12:37:27 by simonmar] Comment previous commit. --- diff --git a/mk/suffix.mk b/mk/suffix.mk index 4da8fa9..a975c5d 100644 --- a/mk/suffix.mk +++ b/mk/suffix.mk @@ -328,10 +328,8 @@ endif #----------------------------------------------------------------------------- # Preprocessor suffix rule -# We're careful to remove cpp-droppings from the generated file; things like -# '#line' pragmas. But we also leave in #include directives, because these -# are likely to be intentional (perhaps the file is going to be CPP'd again - -# this is used by ghc/compiler/parser/Parser.y.pp). +# Note use of -P option to prevent #line pragmas being left in the CPP +# output. % : %.pp @$(RM) $@