Skip to content

Commit

Permalink
Makefile: Ignore distclean before configure error
Browse files Browse the repository at this point in the history
  • Loading branch information
mborgerson committed Jan 6, 2025
1 parent 0a5c19c commit 16e8fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 16e8fa7

Please sign in to comment.