If the prop dir does not actually exist, then don't try to process it.

Signed-off-by: Mike Frysinger <vap...@gentoo.org>
---
 lib/Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/Makefile b/lib/Makefile
index 07655b5..1379432 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -91,8 +91,8 @@ dir_5_$(CONFIG_LIB_LIBOPENH323)  += libopenh323
 #
 -include Makefile.local
 
-# And build libraries in the prop directory last
-dir_9_y += $(ROOTDIR)/prop
+# And build libraries in the prop directory last (if it exists)
+dir_9_y += $(wildcard $(ROOTDIR)/prop)
 
 DIRS_NUM = 1 2 3 4 5 6 7 8 9
 DIRS_y   = $(foreach n,$(DIRS_NUM),$(sort $(dir_$(n)_y)))
-- 
1.6.1.3

_______________________________________________
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to