X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Fsuffix.mk;h=a975c5d83348215207469118c344d778d38eacb4;hb=29834dd54830def5b7523830d0fe0cee2f14f144;hp=4da8fa95430c176cd4119c4039f06f38c8ad89d6;hpb=182b16bccea2eab1a8af93a6246db3d391e436c7;p=ghc-hetmet.git 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) $@