summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ericson <git@johnericson.me>2021-11-23 05:14:56 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-11-25 01:06:25 -0500
commitc18a51f035622d53bf96b950ec0129b210ab758d (patch)
treee34060b4a0b08ce82e494d3428dc7448f02acc20
parentbb71f7f1597476b53678b66feb00bf88b19060bf (diff)
downloadhaskell-c18a51f035622d53bf96b950ec0129b210ab758d.tar.gz
Apply 1 suggestion(s) to 1 file(s)
-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 \