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:
@@ -42,7 +42,7 @@ $(BISON_DIR)/.configured: $(BISON_DIR)/.unpacked
|
||||
$(DISABLE_NLS) \
|
||||
);
|
||||
echo 'all install:' > $(BISON_DIR)/examples/Makefile
|
||||
touch $(BISON_DIR)/.configured
|
||||
touch $(BISON_DIR)/.configured
|
||||
|
||||
$(BISON_DIR)/$(BISON_BINARY): $(BISON_DIR)/.configured
|
||||
$(MAKE) CC=$(TARGET_CC) -C $(BISON_DIR)
|
||||
|
||||
Reference in New Issue
Block a user