Revision 59bc10ee Makefile

b/Makefile
7 7
all: build-all
8 8
include config-host.mak
9 9
include $(SRC_PATH)/rules.mak
10
config-host.mak: configure
10
config-host.mak: $(SRC_PATH)/configure
11 11
	@echo $@ is out-of-date, running configure
12 12
	@sed -n "/.*Configured with/s/[^:]*: //p" $@ | sh
13 13
else

Also available in: Unified diff