From: Andreas Schwab Date: Mon, 30 Aug 2004 11:36:05 +0000 (+0000) Subject: * config/ltmain.in: Accept --mode=relink. X-Git-Tag: release-1-9d~96 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81b0f11bc4fce3d9d4a2c5f69389a00836eb29cc;p=thirdparty%2Flibtool.git * config/ltmain.in: Accept --mode=relink. --- diff --git a/ChangeLog b/ChangeLog index bcd9ab1c3..acbe74354 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-08-30 Andreas Schwab + + * config/ltmain.in: Accept --mode=relink. + 2004-08-29 Gary V. Vaughan * NEWS: Updated. diff --git a/config/ltmain.in b/config/ltmain.in index 70afb390a..fb207ca01 100644 --- a/config/ltmain.in +++ b/config/ltmain.in @@ -627,6 +627,7 @@ Otherwise, only FILE itself is deleted using RM." finish) ;; install) ;; link) ;; + relink) ;; uninstall) ;; # Catch anything else as an error