]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
1999-01-08 Thomas Tanner <tanner@gmx.de>
authorTom Tromey <tromey@redhat.com>
Sun, 10 Jan 1999 18:38:52 +0000 (18:38 +0000)
committerTom Tromey <tromey@redhat.com>
Sun, 10 Jan 1999 18:38:52 +0000 (18:38 +0000)
* depend.am: remove the dependencies (.deps)
in "make distclean", not "make maintainer-clean"

ChangeLog
depend.am
lib/am/depend.am

index 4a0a4f30db090f803ae873b14018cccd79507c2e..5b1c0ba9d23555397a737c3703088614811e79cf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1999-01-08  Thomas Tanner  <tanner@gmx.de>
+
+       * depend.am: remove the dependencies (.deps)
+       in "make distclean", not "make maintainer-clean"
+
 1999-01-10  Tom Tromey  <tromey@cygnus.com>
 
        * aclocal.in (write_aclocal): Updated copyright.
index 2bf5b6bd855975ff6a3213fd6954c25f957e63d8..9717458136151d84b7d3f60dbf3b3fbf4fd9c725 100644 (file)
--- a/depend.am
+++ b/depend.am
@@ -1,5 +1,5 @@
 ## automake - create Makefile.in from Makefile.am
-## Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
+## Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999 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
@@ -32,6 +32,6 @@ mostlyclean-depend:
 clean-depend:
 
 distclean-depend:
+       -rm -rf .deps
 
 maintainer-clean-depend:
-       -rm -rf .deps
index 2bf5b6bd855975ff6a3213fd6954c25f957e63d8..9717458136151d84b7d3f60dbf3b3fbf4fd9c725 100644 (file)
@@ -1,5 +1,5 @@
 ## automake - create Makefile.in from Makefile.am
-## Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
+## Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999 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
@@ -32,6 +32,6 @@ mostlyclean-depend:
 clean-depend:
 
 distclean-depend:
+       -rm -rf .deps
 
 maintainer-clean-depend:
-       -rm -rf .deps