From 19bea60570bcc4d5ed381940e613db110cd42bd3 Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Tue, 9 Sep 2008 14:02:53 +0200 Subject: [PATCH] Allow make install-progname without running make progname. Signed-off-by: Florent Bruneau --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a46a1e4..e7f631d 100644 --- 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: -- 2.20.1