Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
04df48cc
Commit
04df48cc
authored
Sep 13, 2008
by
Ian Lynagh
Browse files
Remove the duplicate show rule in libraries/Makefile
parent
63fdcd96
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/Makefile
View file @
04df48cc
...
...
@@ -20,13 +20,10 @@
# [ -e foo/configure.ac ] && ( cd foo && autoreconf )
# make make.library.foo
.PHONY
:
default_target
show
.PHONY
:
default_target
default_target
:
all
show
:
@
echo
'
$(VALUE)
="$(
$(VALUE)
)"'
# make doesn't give us an easy way to get the libraries built in
# dependency order the first time, but not rebuild base (for example)
# when we want to rebuild another library later.
...
...
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