]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
libtool 1.0d fix
authorTom Tromey <tromey@redhat.com>
Mon, 20 Oct 1997 22:14:52 +0000 (22:14 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 20 Oct 1997 22:14:52 +0000 (22:14 +0000)
ChangeLog
lib/am/libtool.am
libtool.am

index 576e4744458a0162a9b58241d61b4fc304212622..69593fd19fd11dcba3410f01a0ecf13dcff7f57c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Oct 20 16:13:48 1997  Tom Tromey  <tromey@cygnus.com>
+
+       * libtool.am: Remove _libs, for libtool 1.0d.  From Gord
+       Matzigkeit.
+
 Sun Oct 19 22:59:35 1997  Tom Tromey  <tromey@cygnus.com>
 
        * texinfos.am: Bug fix.  From John W. Coomes.
index 4d1706f3930c36b30f120746838693604a9645a2..53374a1e85979bad3386ea36e2faa125ffe371f7 100644 (file)
@@ -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:
 
index 4d1706f3930c36b30f120746838693604a9645a2..53374a1e85979bad3386ea36e2faa125ffe371f7 100644 (file)
@@ -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: