git.annexia.org
/
goals.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c093ea
)
build: Add 'make maintainer-clean' passthrough rule.
author
Richard W.M. Jones
<rjones@redhat.com>
Fri, 10 Jan 2020 12:16:53 +0000
(12:16 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Fri, 10 Jan 2020 12:17:40 +0000
(12:17 +0000)
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index
74fc7de
..
8529ad2
100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-19,7
+19,7
@@
# Pass through normal targets to Goalfile.in
# XXX Why can't this parse "all" instead of "all ()"?
-all clean depend install: src/goals
+all clean depend install
maintainer-clean
: src/goals
./run src/goals "$@ ()"
# If src/goals doesn't exist then brute-force build it. Once we have