Makefile: Ignore distclean before configure error

This commit is contained in:
Matt Borgerson 2025-01-06 16:29:57 -07:00
parent 1b13d92075
commit 8ef22bb6bf

View File

@ -172,7 +172,7 @@ endif
else # config-host.mak does not exist
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 # config-host.mak does not exist