From 3e4509abda42b36e00ea820f289ec3397ba8522c Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 9 Jan 2004 12:37:27 +0000 Subject: [PATCH] [project @ 2004-01-09 12:37:27 by simonmar] Comment previous commit. --- mk/suffix.mk | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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) $@ -- 1.7.10.4