mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
remove extra space after touch
This commit is contained in:
@@ -36,7 +36,7 @@ $(ED_DIR)/.configured: $(ED_DIR)/.unpacked
|
||||
--exec-prefix=/usr \
|
||||
$(DISABLE_NLS) \
|
||||
);
|
||||
touch $(ED_DIR)/.configured
|
||||
touch $(ED_DIR)/.configured
|
||||
|
||||
$(ED_DIR)/$(ED_BINARY): $(ED_DIR)/.configured
|
||||
$(MAKE) CC=$(TARGET_CC) -C $(ED_DIR)
|
||||
|
||||
Reference in New Issue
Block a user