From 9d1946850236abdd17cede55038d11b30a5e6419 Mon Sep 17 00:00:00 2001 From: zwelch Date: Tue, 9 Jun 2009 12:01:56 +0000 Subject: Add a rule to rebuild libtool if ltmain.sh changes (from libtool docs). git-svn-id: svn://svn.berlios.de/openocd/trunk@2174 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 52ba595e..ff331711 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,6 +15,9 @@ EXTRA_DIST = \ Doxyfile.in \ tools/logger.pl +libtool: $(LIBTOOL_DEPS) + $(SHELL) ./config.status --recheck + docs: pdf html doxygen Doxyfile: $(srcdir)/Doxyfile.in -- cgit v1.2.3