mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
fix dependency so ldd isnt always rebuilt
This commit is contained in:
@@ -116,7 +116,7 @@ $(TARGET_DIR)/lib/libc.so.0: $(STAGING_DIR)/lib/libc.a
|
|||||||
install_runtime
|
install_runtime
|
||||||
touch -c $(TARGET_DIR)/lib/libc.so.0
|
touch -c $(TARGET_DIR)/lib/libc.so.0
|
||||||
|
|
||||||
$(TARGET_DIR)/usr/bin/ldd: gcc
|
$(TARGET_DIR)/usr/bin/ldd:
|
||||||
$(MAKE1) -C $(UCLIBC_DIR) $(TARGET_CONFIGURE_OPTS) \
|
$(MAKE1) -C $(UCLIBC_DIR) $(TARGET_CONFIGURE_OPTS) \
|
||||||
PREFIX=$(TARGET_DIR) utils install_utils
|
PREFIX=$(TARGET_DIR) utils install_utils
|
||||||
touch -c $(TARGET_DIR)/usr/bin/ldd
|
touch -c $(TARGET_DIR)/usr/bin/ldd
|
||||||
|
|||||||
Reference in New Issue
Block a user