summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rts/include/ghc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/include/ghc.mk b/rts/include/ghc.mk
index 1a4a9b54af..91b1c22b52 100644
--- a/rts/include/ghc.mk
+++ b/rts/include/ghc.mk
@@ -90,7 +90,7 @@ $$(includes_$1_H_CONFIG) : mk/config.h mk/config.mk rts/include/ghc.mk | $$$$(di
# "blah"' into '/* #undef PACKAGE_FOO */' to avoid clashes.
#
@sed \
- -e 's,^\([ ]*\)#[ ]*define[ ][ ]*\(PACKAGE_[A-Z]*\)[ ][ ]*".*".*$$$$,\1/* #undef \2 */,' \
+ -e 's,^\([ ]*\)#[ ]*define[ ][ ]*\(PACKAGE_[A-Z]*\)[ ][ ]*".*".*$$$$,\1/* #undef \2 */,' \
-e '/__GLASGOW_HASKELL/d' \
-e '/REMOVE ME/d' \
mk/config.h \