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:
@@ -24,7 +24,7 @@ $(IPROUTE2_DIR)/.configured: $(IPROUTE2_DIR)/.unpacked
|
||||
./configure; \
|
||||
$(SED) '/TC_CONFIG_ATM/s:=.*:=n:' Config; \
|
||||
$(SED) '/^CCOPTS/s:-O2.*:$(TARGET_CFLAGS):' Makefile)
|
||||
touch $(IPROUTE2_DIR)/.configured
|
||||
touch $(IPROUTE2_DIR)/.configured
|
||||
|
||||
$(IPROUTE2_DIR)/$(IPROUTE2_BINARY): $(IPROUTE2_DIR)/.configured
|
||||
$(MAKE) \
|
||||
|
||||
Reference in New Issue
Block a user