Fix the "rebuild the build system" rule to work in a VPATH build.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10412 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
46a0db50fe
commit
df6e396df4
1 changed files with 1 additions and 1 deletions
|
|
@ -523,7 +523,7 @@ am--refresh: $(srcdir)/configure
|
|||
|
||||
$(srcdir)/configure: $(srcdir)/configure.in
|
||||
@echo "Build system is out of date. If the following commands fail, please reconfigure by hand (rerun: ./autogen.sh && ./configure)"
|
||||
$(srcdir)/autogen.sh
|
||||
cd $(srcdir) && ./autogen.sh
|
||||
$(SHELL) ./config.status --recheck
|
||||
|
||||
# Makefile ends here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue