Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
8c4d1eac
Commit
8c4d1eac
authored
Jun 02, 2013
by
ian@well-typed.com
Browse files
Fix a comment
Make expands things even in comments
parent
f83994ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
rules/build-dependencies.mk
View file @
8c4d1eac
...
...
@@ -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 / ;
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment