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:
@@ -43,7 +43,7 @@ $(FINDUTILS_DIR)/.configured: $(FINDUTILS_DIR)/.unpacked
|
||||
$(DISABLE_NLS) \
|
||||
$(DISABLE_LARGEFILE) \
|
||||
);
|
||||
touch $(FINDUTILS_DIR)/.configured
|
||||
touch $(FINDUTILS_DIR)/.configured
|
||||
|
||||
$(FINDUTILS_DIR)/$(FINDUTILS_BINARY): $(FINDUTILS_DIR)/.configured
|
||||
$(MAKE) CC=$(TARGET_CC) -C $(FINDUTILS_DIR)
|
||||
|
||||
Reference in New Issue
Block a user