diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2011-10-03 08:13:45 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2011-10-03 08:13:45 +0000 |
commit | 297adb0fa02b66de0dfe500db98ed0fe75368c83 (patch) | |
tree | 4cd0dd75b781d461759849e62d835526eadb0f69 | |
parent | 1f689ee176d1a224ebdd6cc74b9c79086438a494 (diff) |
rebuild libtool if needed
svn path=/trunk/externals/zexy/; revision=15477
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 6f53337..09dfe56 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,3 +12,7 @@ dist_zexy_DATA = \ LICENSE.txt \ ChangeLog \ zexy-meta.pd + +LIBTOOL_DEPS = @LIBTOOL_DEPS@ +libtool: $(LIBTOOL_DEPS) + $(SHELL) ./config.status libtool |