[git commit master 1/1] create DEVEL_PREFIX/MULTILIB_DIR dir rather than DEVEL_PREFIX/lib

Khem Raj raj.khem at gmail.com
Fri Dec 3 01:56:48 UTC 2010


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

This fixes issue with GNU Make 3.82 when running:

 make install DESTDIR=$someplace

Signed-off-by: Natanael Copa <natanael.copa at gmail.com>
Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 Makefile.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index b199293..3399f88 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -280,10 +280,10 @@ HEADERS_RM-$(UCLIBC_SUSV4_LEGACY)            += utime.h
 	### ucontext.h
 
 ifneq ($(findstring install,$(MAKECMDGOALS)),)
-$(addprefix $(PREFIX)$(DEVEL_PREFIX),include lib):
+$(addprefix $(PREFIX)$(DEVEL_PREFIX),include $(MULTILIB_DIR)):
 	$(do_mkdir)
 # avoid warning about duplicate targets in rule or overrides
-ifneq ($(abspath $(RUNTIME_PREFIX)$(MULTILIB_DIR)),$(abspath $(DEVEL_PREFIX)lib))
+ifneq ($(abspath $(RUNTIME_PREFIX)$(MULTILIB_DIR)),$(abspath $(DEVEL_PREFIX)$(MULTILIB_DIR)))
 $(PREFIX)$(RUNTIME_PREFIX)$(MULTILIB_DIR):
 	$(do_mkdir)
 endif
-- 
1.7.2.2



More information about the uClibc-cvs mailing list