Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
be659293
Commit
be659293
authored
Jan 24, 2003
by
simonmar
Browse files
[project @ 2003-01-24 16:05:57 by simonmar]
remove setting of $(way_) and $(_way); these are now set in boilerplate.mk
parent
b429adbb
Changes
1
Hide whitespace changes
Inline
Side-by-side
mk/suffix.mk
View file @
be659293
...
...
@@ -22,17 +22,6 @@
.DELETE_ON_ERROR
:
# However, if $(way) is set then we have to define $(way_) and $(_way)
# from it in the obvious fashion.
# This must be done here (or earlier), but not in target.mk with the other
# way management, because the pattern rules in this file take a snapshot of
# the value of $(way_) and $(_way), and it's no good setting them later!
ifneq
"$(way)" ""
way_
:=
$(way)
_
_way
:=
_
$(way)
endif
#-----------------------------------------------------------------------------
# Haskell Suffix Rules
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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