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:
Olly Betts 2008-05-02 18:18:02 +00:00
commit df6e396df4

View file

@ -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