mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
Fix some broken dependancies
This commit is contained in:
@@ -43,6 +43,7 @@ $(STAGING_DIR)/lib/libbz2.so.$(BZIP2_VER): $(BZIP2_DIR)/.unpacked
|
||||
$(BZIP2_BINARY): $(STAGING_DIR)/lib/libbz2.so.$(BZIP2_VER)
|
||||
$(TARGET_CONFIGURE_OPTS) \
|
||||
$(MAKE) CC=$(TARGET_CC) -C $(BZIP2_DIR) bzip2 bzip2recover
|
||||
touch -c $(BZIP2_BINARY)
|
||||
|
||||
$(BZIP2_TARGET_BINARY): $(BZIP2_BINARY)
|
||||
(cd $(TARGET_DIR)/usr/bin; \
|
||||
|
||||
Reference in New Issue
Block a user