From: Tom Tromey Date: Mon, 20 Oct 1997 22:14:52 +0000 (+0000) Subject: libtool 1.0d fix X-Git-Tag: Release-1-2d~21 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4ddc433fc7b7dde0cbc0a1fb105792660d71c06e;p=thirdparty%2Fautomake.git libtool 1.0d fix --- diff --git a/ChangeLog b/ChangeLog index 576e47444..69593fd19 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Oct 20 16:13:48 1997 Tom Tromey + + * libtool.am: Remove _libs, for libtool 1.0d. From Gord + Matzigkeit. + Sun Oct 19 22:59:35 1997 Tom Tromey * texinfos.am: Bug fix. From John W. Coomes. diff --git a/lib/am/libtool.am b/lib/am/libtool.am index 4d1706f39..53374a1e8 100644 --- a/lib/am/libtool.am +++ b/lib/am/libtool.am @@ -1,5 +1,5 @@ ## automake - create Makefile.in from Makefile.am -## Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc. +## Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc. ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -24,7 +24,8 @@ mostlyclean-libtool: -rm -f *.lo clean-libtool: - -rm -rf .libs +## .libs is for Unix, _libs for DOS. + -rm -rf .libs _libs distclean-libtool: diff --git a/libtool.am b/libtool.am index 4d1706f39..53374a1e8 100644 --- a/libtool.am +++ b/libtool.am @@ -1,5 +1,5 @@ ## automake - create Makefile.in from Makefile.am -## Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc. +## Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc. ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -24,7 +24,8 @@ mostlyclean-libtool: -rm -f *.lo clean-libtool: - -rm -rf .libs +## .libs is for Unix, _libs for DOS. + -rm -rf .libs _libs distclean-libtool: