projects
/
apps
/
pfixtools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8977d25
)
Allow make install-progname without running make progname.
author
Florent Bruneau
<florent.bruneau@polytechnique.org>
Tue, 9 Sep 2008 12:02:53 +0000
(14:02 +0200)
committer
Florent Bruneau
<florent.bruneau@polytechnique.org>
Tue, 9 Sep 2008 12:02:53 +0000
(14:02 +0200)
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
a46a1e4
..
e7f631d
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-60,7
+60,7
@@
$(CLEAN_TARGETS): clean-%:
$(DISTCLEAN_TARGETS): distclean-%:
make -C $* distclean
-$(INSTALL_TARGETS): install-%: install-dir
+$(INSTALL_TARGETS): install-%:
%
install-dir
make -C $* install
install-dir: