Allow make install-progname without running make progname.
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Tue, 9 Sep 2008 12:02:53 +0000 (14:02 +0200)
committerFlorent 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

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: