fix dependency so ldd isnt always rebuilt
This commit is contained in:
parent
74afafce2b
commit
aaca1aa0d5
@ -116,7 +116,7 @@ $(TARGET_DIR)/lib/libc.so.0: $(STAGING_DIR)/lib/libc.a
|
||||
install_runtime
|
||||
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) \
|
||||
PREFIX=$(TARGET_DIR) utils install_utils
|
||||
touch -c $(TARGET_DIR)/usr/bin/ldd
|
||||
|
Loading…
Reference in New Issue
Block a user