mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03: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
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user