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:
@@ -46,7 +46,7 @@ $(PPPD_DIR)/.configured: $(PPPD_DIR)/.unpacked
|
||||
--infodir=/usr/info \
|
||||
$(DISABLE_NLS) \
|
||||
);
|
||||
touch $(PPPD_DIR)/.configured
|
||||
touch $(PPPD_DIR)/.configured
|
||||
|
||||
$(PPPD_DIR)/$(PPPD_BINARY): $(PPPD_DIR)/.configured
|
||||
$(MAKE) CC=$(TARGET_CC) -C $(PPPD_DIR)
|
||||
|
||||
Reference in New Issue
Block a user