]> sjero.net Git - wget/blobdiff - Makefile.in
[svn] Various IPv6 fixes.
[wget] / Makefile.in
index 724a52268ea9bc17825dc26092af04249be8863d..3756681a1ab63305eb2402291d77c544097458a7 100644 (file)
@@ -56,6 +56,7 @@ LDFLAGS = @LDFLAGS@
 #
 
 DISTNAME = wget-@VERSION@
+LIBTOOL_DEPS = @LIBTOOL_DEPS@
 RM = rm -f
 
 # These are used for maintenance only, so they are safe without
@@ -74,7 +75,7 @@ infodir='$(infodir)' mandir='$(mandir)' manext='$(manext)'
 SUBDIRS = src doc po util windows
 
 # default target
-all: src/config.h Makefile $(SUBDIRS)
+all: libtool src/config.h Makefile $(SUBDIRS)
 
 check: all
 
@@ -97,6 +98,10 @@ install.info uninstall.info install.man uninstall.man install.wgetrc:
 install.mo:
        cd po && $(MAKE) $(MAKEDEFS) $@
 
+# Regenerate libtool if ltconfig and/or ltmain are updated
+libtool: $(LIBTOOL_DEPS)
+       $(SHELL) ./config.status --recheck
+
 # create tag files for Emacs
 TAGS:
        cd src && $(MAKE) $@