mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
remove extra space after touch
This commit is contained in:
@@ -31,7 +31,7 @@ $(M4_DIR)/.configured: $(M4_DIR)/.unpacked
|
||||
--prefix=/usr \
|
||||
--exec-prefix=/usr \
|
||||
);
|
||||
touch $(M4_DIR)/.configured
|
||||
touch $(M4_DIR)/.configured
|
||||
|
||||
$(M4_DIR)/src/$(M4_BINARY): $(M4_DIR)/.configured
|
||||
$(MAKE) CC=$(TARGET_CC) -C $(M4_DIR)
|
||||
|
||||
Reference in New Issue
Block a user