diff --git a/qemu/Makefile b/qemu/Makefile index 5dcaa9bc..93566af2 100644 --- a/qemu/Makefile +++ b/qemu/Makefile @@ -30,14 +30,7 @@ CONFIG_ALL=y config-host.mak: $(SRC_PATH)/configure @echo $@ is out-of-date, running configure - @# TODO: The next lines include code which supports a smooth - @# transition from old configurations without config.status. - @# This code can be removed after QEMU 1.7. - @if test -x config.status; then \ - ./config.status; \ - else \ - sed -n "/.*Configured with/s/[^:]*: //p" $@ | sh; \ - fi + @./config.status else config-host.mak: ifneq ($(filter-out %clean,$(MAKECMDGOALS)),$(if $(MAKECMDGOALS),,fail))