[project @ 2004-01-09 12:37:27 by simonmar]
authorsimonmar <unknown>
Fri, 9 Jan 2004 12:37:27 +0000 (12:37 +0000)
committersimonmar <unknown>
Fri, 9 Jan 2004 12:37:27 +0000 (12:37 +0000)
Comment previous commit.

mk/suffix.mk

index 4da8fa9..a975c5d 100644 (file)
@@ -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) $@