diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2011-05-02 10:15:41 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2011-05-02 10:15:41 +0200 |
commit | ed9977bf65b608ffe9772f1cc4809fe335f44d57 (patch) | |
tree | 2b41d606948a5b9b0ab805029402a6ad6b801d39 | |
parent | 049aebd7eb798bca4e0fb3c0532328ad9d85cc7c (diff) |
buildsys: make $(LOCAL_INSTALL_PATH) phony
Could depend on the individual files too but this makes sure that
nothing is missed.
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 5e0bfcd1b..2f8370b0f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -185,6 +185,7 @@ $(top_builddir)include/bits/sysnum.h: $(top_srcdir)extra/scripts/gen_bits_syscal exit 1; \ fi +.PHONY: $(LOCAL_INSTALL_PATH) $(LOCAL_INSTALL_PATH): $(Q)$(MAKE) PREFIX=$(shell pwd)/$(LOCAL_INSTALL_PATH) RUNTIME_PREFIX=/ \ DEVEL_PREFIX=/usr/ \ |