mirror of https://github.com/xemu-project/xemu.git
Makefile: Ignore distclean before configure error
This commit is contained in:
parent
1b13d92075
commit
8ef22bb6bf
2
Makefile
2
Makefile
|
@ -172,7 +172,7 @@ endif
|
||||||
|
|
||||||
else # config-host.mak does not exist
|
else # config-host.mak does not exist
|
||||||
ifneq ($(filter-out $(UNCHECKED_GOALS),$(MAKECMDGOALS)),$(if $(MAKECMDGOALS),,fail))
|
ifneq ($(filter-out $(UNCHECKED_GOALS),$(MAKECMDGOALS)),$(if $(MAKECMDGOALS),,fail))
|
||||||
$(error Please call configure before running make)
|
# $(error Please call configure before running make)
|
||||||
endif
|
endif
|
||||||
endif # config-host.mak does not exist
|
endif # config-host.mak does not exist
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue