[commit: ghc] master: Fix a comment (8c4d1ea)
Ian Lynagh
igloo at earth.li
Sun Jun 2 14:25:32 CEST 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch : master
https://github.com/ghc/ghc/commit/8c4d1eacd32dbc28f11e79aac72bf227863332b7
>---------------------------------------------------------------
commit 8c4d1eacd32dbc28f11e79aac72bf227863332b7
Author: Ian Lynagh <ian at well-typed.com>
Date: Sun Jun 2 13:25:16 2013 +0100
Fix a comment
Make expands things even in comments
>---------------------------------------------------------------
rules/build-dependencies.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rules/build-dependencies.mk b/rules/build-dependencies.mk
index 1233426..2edb9c9 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 / ; \
More information about the ghc-commits
mailing list