Fixup ldconfig symlink

This commit is contained in:
Eric Andersen 2003-02-12 12:43:44 +00:00
parent 289395d555
commit 9cb6fac8df
2 changed files with 2 additions and 2 deletions

View File

@ -343,7 +343,7 @@ $(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 -s /bin/true ldconfig)
(cd $(TARGET_DIR)/sbin; ln -sf /bin/true ldconfig)
UCLIBC_TARGETS=$(TARGET_DIR)/lib/libc.so.0 $(TARGET_DIR)/usr/bin/ldd
endif

View File

@ -365,7 +365,7 @@ $(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 -s /bin/true ldconfig)
(cd $(TARGET_DIR)/sbin; ln -sf /bin/true ldconfig)
UCLIBC_TARGETS=$(TARGET_DIR)/lib/libc.so.0 $(TARGET_DIR)/usr/bin/ldd
endif