aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 76e83ba7ae..e050a1e40d 100644
--- a/Makefile
+++ b/Makefile
@@ -45,7 +45,7 @@ all: $(TOOLS) $(DOCS) recurse-all
config-host.mak: configure
ifneq ($(wildcard config-host.mak),)
@echo $@ is out-of-date, running configure
- @sed -n "/.*Configured with/{s/[^:]*: //p;q}" $@ | sh
+ @sed -n "/.*Configured with/s/[^:]*: //p" $@ | sh
endif
SUBDIR_RULES=$(patsubst %,subdir-%, $(TARGET_DIRS))