summaryrefslogtreecommitdiffstats
path: root/make/uclibc.mk
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-10-14 05:53:15 +0000
committerEric Andersen <andersen@codepoet.org>2003-10-14 05:53:15 +0000
commitba9a1bc12c160f4b4657dd7610d37b7342649593 (patch)
treebfb24045bb02f5e62612669a7ecdfc5e3fb5a6a5 /make/uclibc.mk
parent01917d0e0595b8ae6454301328362ebf1910d8a6 (diff)
downloadbuildroot-novena-ba9a1bc12c160f4b4657dd7610d37b7342649593.tar.gz
buildroot-novena-ba9a1bc12c160f4b4657dd7610d37b7342649593.zip
Do not overwrite ldconfig with /bin/true anymore
Diffstat (limited to 'make/uclibc.mk')
-rw-r--r--make/uclibc.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/make/uclibc.mk b/make/uclibc.mk
index 92577ed23..ad41b4907 100644
--- a/make/uclibc.mk
+++ b/make/uclibc.mk
@@ -67,7 +67,6 @@ $(TARGET_DIR)/lib/libc.so.0: $(STAGING_DIR)/lib/libc.a
$(TARGET_DIR)/usr/bin/ldd: $(TARGET_DIR)/lib/libc.so.0
$(MAKE) -C $(UCLIBC_DIR) PREFIX=$(TARGET_DIR) install_target_utils
- (cd $(TARGET_DIR)/sbin; ln -sf /bin/true ldconfig)
UCLIBC_TARGETS=$(TARGET_DIR)/lib/libc.so.0 $(TARGET_DIR)/usr/bin/ldd
endif