From d462f0f9818a25180e207daf50327704c6ffff79 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sun, 10 Jan 1999 18:38:50 +0000 Subject: [PATCH] 1999-01-08 Thomas Tanner * depend.am: remove the dependencies (.deps) in "make distclean", not "make maintainer-clean" --- ChangeLog | 5 +++++ depend.am | 4 ++-- lib/am/depend.am | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4a0a4f30..5b1c0ba9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-01-08 Thomas Tanner + + * depend.am: remove the dependencies (.deps) + in "make distclean", not "make maintainer-clean" + 1999-01-10 Tom Tromey * aclocal.in (write_aclocal): Updated copyright. diff --git a/depend.am b/depend.am index 2bf5b6bd..97174581 100644 --- 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 diff --git a/lib/am/depend.am b/lib/am/depend.am index 2bf5b6bd..97174581 100644 --- a/lib/am/depend.am +++ b/lib/am/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 -- 2.43.5