X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.in;h=4a8795c1745e047d909a0844aff56c6cb6731deb;hb=7b7cd85810f18286a36215cc164b659bf7db142c;hp=30fe5b1194931c51710d0466e2d4e7454cb717b6;hpb=5a6a8b2b8e515941f9a2b3cc051da646ae696251;p=goals.git diff --git a/Makefile.in b/Makefile.in index 30fe5b1..4a8795c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -16,7 +16,7 @@ # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -SUBDIRS = src +SUBDIRS = src tests all clean depend install: $(MAKE) -C src $@ @@ -27,7 +27,10 @@ stamp-h: config.h.in config.status touch $@ Makefile: Makefile.in config.status - ./config.status Makefile + ./config.status $@ + +run: run.in config.status + ./config.status $@ $(srcdir)/configure: configure.ac aclocal.m4 cd '$(srcdir)' && autoconf