OSDN Git Service

buildsys: make $(LOCAL_INSTALL_PATH) phony
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Mon, 2 May 2011 08:15:41 +0000 (10:15 +0200)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Mon, 2 May 2011 08:15:41 +0000 (10:15 +0200)
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>
Makefile.in

index 5e0bfcd..2f8370b 100644 (file)
@@ -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/ \