From: Emmanuel Grumbach Date: Tue, 14 May 2013 09:22:13 +0000 (+0300) Subject: backports: provide modules_install target X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=f4e9e73740846a0067bc4364cebc17113ad1d9f7;p=openwrt%2Fstaging%2Fblogic.git backports: provide modules_install target Just as an alias for 'install'. Signed-off-by: Emmanuel Grumbach Signed-off-by: Johannes Berg --- diff --git a/backport/Makefile.real b/backport/Makefile.real index e033d73b88ea..22a13738d79e 100644 --- a/backport/Makefile.real +++ b/backport/Makefile.real @@ -98,6 +98,9 @@ install: modules @echo Reboot. @echo +.PHONY: modules_install +modules_install: install + .PHONY: clean clean: @$(MAKE) -f Makefile.build clean