From: Eric Andersen Date: Tue, 14 Oct 2003 05:53:15 +0000 (-0000) Subject: Do not overwrite ldconfig with /bin/true anymore X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ba9a1bc12c160f4b4657dd7610d37b7342649593;p=buildroot.git Do not overwrite ldconfig with /bin/true anymore --- diff --git a/make/uclibc.mk b/make/uclibc.mk index 92577ed232..ad41b49075 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