[git commit] buildsys: make $(LOCAL_INSTALL_PATH) phony

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Mon May 2 08:15:41 UTC 2011


commit: http://git.uclibc.org/uClibc/commit/?id=ed9977bf65b608ffe9772f1cc4809fe335f44d57
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

Could depend on the individual files too but this makes sure that
nothing is missed.

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 Makefile.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index 5e0bfcd..2f8370b 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/ \
-- 
1.7.3.4



More information about the uClibc-cvs mailing list