mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
Update all packages to quote $(TARGET_CC)
Now that TARGET_CC contains several space-separated words, it must be used quoted everywhere. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
@@ -33,7 +33,7 @@ $(DILLO_DIR)/.configured: $(DILLO_DIR)/.unpacked
|
||||
touch $(DILLO_DIR)/.configured
|
||||
|
||||
$(DILLO_DIR)/src/dillo: $(DILLO_DIR)/.configured
|
||||
$(MAKE) CC=$(TARGET_CC) -C $(DILLO_DIR)
|
||||
$(MAKE) CC="$(TARGET_CC)" -C $(DILLO_DIR)
|
||||
|
||||
$(DILLO_DIR)/.installed: $(DILLO_DIR)/src/dillo
|
||||
$(MAKE) -C $(DILLO_DIR) DESTDIR=$(TARGET_DIR) install
|
||||
|
||||
Reference in New Issue
Block a user