Skip to content

Commit

Permalink
Make: fix configure invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
stsp committed Apr 5, 2021
1 parent 05dead2 commit fc3e761
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ $(REALTOPDIR)/configure: $(REALTOPDIR)/configure.ac $(REALTOPDIR)/install-sh
Makefile.conf config.status src/include/config.hh: $(REALTOPDIR)/configure
ifeq ($(findstring $(MAKECMDGOALS), clean realclean pristine distclean),)
@echo "Running configure ..."
$<
$(REALTOPDIR)/$<
else
$< || true
$(REALTOPDIR)/$< || true
endif

install: changelog
Expand Down

0 comments on commit fc3e761

Please sign in to comment.