summaryrefslogtreecommitdiff
path: root/rules
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-06-02 13:25:16 +0100
committerIan Lynagh <ian@well-typed.com>2013-06-02 13:25:16 +0100
commit8c4d1eacd32dbc28f11e79aac72bf227863332b7 (patch)
treea6eabd2733310bdc39eb01488e89329e84db2fab /rules
parentf83994ec376625591ce33861354030f3d7eb71f3 (diff)
downloadhaskell-8c4d1eacd32dbc28f11e79aac72bf227863332b7.tar.gz
Fix a comment
Make expands things even in comments
Diffstat (limited to 'rules')
-rw-r--r--rules/build-dependencies.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/build-dependencies.mk b/rules/build-dependencies.mk
index 12334260b1..2edb9c9511 100644
--- a/rules/build-dependencies.mk
+++ b/rules/build-dependencies.mk
@@ -52,7 +52,7 @@ endif
# Insert the calls to hi-rule. Basically, we look for the
# Foo.dyn_o Foo.o : Foo.hs
# lines, and create corresponding hi-rule lines
-# $(eval $(call hi-rule,Foo.dyn_hi Foo.hi : %hi: %o Foo.hs))
+# <dollar>(eval <dollar>(call hi-rule,Foo.dyn_hi Foo.hi : %hi: %o Foo.hs))
sed '/hs$$$$/ p ; \
/hs$$$$/ s/o /hi /g ; \
/hs$$$$/ s/:/ : %hi: %o / ; \