diff options
-rw-r--r-- | rules/build-dependencies.mk | 2 |
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 / ; \ |