diff options
author | zwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-06-09 12:01:56 +0000 |
---|---|---|
committer | zwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-06-09 12:01:56 +0000 |
commit | 9d1946850236abdd17cede55038d11b30a5e6419 (patch) | |
tree | 2696c03be3ec15307fe4fd315a7e5e93890e9e23 /Makefile.am | |
parent | e582ea977681a964830826a528287a0de1d30fb9 (diff) | |
download | riscv-openocd-9d1946850236abdd17cede55038d11b30a5e6419.zip riscv-openocd-9d1946850236abdd17cede55038d11b30a5e6419.tar.gz riscv-openocd-9d1946850236abdd17cede55038d11b30a5e6419.tar.bz2 |
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
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 52ba595..ff33171 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 |