]> sjero.net Git - wget/blobdiff - Makefile.in
[svn] ftp_parse_winnt_ls(): Made the fix for AM/PM more effective.
[wget] / Makefile.in
index 497f1f95c94fe783174fcccd2672023618175251..3756681a1ab63305eb2402291d77c544097458a7 100644 (file)
@@ -22,6 +22,8 @@
 SHELL = /bin/sh
 @SET_MAKE@
 
+top_builddir = .
+
 srcdir = @srcdir@
 VPATH  = @srcdir@
 
@@ -41,8 +43,6 @@ mandir      = @mandir@
 manext      = 1
 localedir   = $(prefix)/share/locale
 
-top_builddir = .
-
 CC = @CC@
 CFLAGS = @CFLAGS@
 CPPFLAGS = @CPPFLAGS@
@@ -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) $@