Revision a3a1e0fc

b/Makefile
45 45
config-host.mak: configure
46 46
ifneq ($(wildcard config-host.mak),)
47 47
	@echo $@ is out-of-date, running configure
48
	@fgrep "Configured with:" $@ | sed s/.*Configured.with:.// | sh
48
	@sed -n "/.*Configured with/{s/[^:]*: //p;q}" $@ | sh
49 49
endif
50 50

  
51 51
SUBDIR_RULES=$(patsubst %,subdir-%, $(TARGET_DIRS))

Also available in: Unified diff