summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-04-19 06:05:09 +0000
committerAndrew Cagney <cagney@redhat.com>2000-04-19 06:05:09 +0000
commitb1ff66bdb90920037779f86a76d812be5ba60867 (patch)
tree782dfc3e50680e8b36b9e536c316335b8d41df7f
parent7a82666721c87f78de9657b47d31b225ff9dff6a (diff)
downloadbinutils-redhat-b1ff66bdb90920037779f86a76d812be5ba60867.tar.gz
distclean: Remove generated files config.status, config.h and stamp-h.
-rw-r--r--intl/ChangeLog5
-rw-r--r--intl/Makefile.in5
2 files changed, 8 insertions, 2 deletions
diff --git a/intl/ChangeLog b/intl/ChangeLog
index ecff6f6b2c..d804236b0b 100644
--- a/intl/ChangeLog
+++ b/intl/ChangeLog
@@ -1,3 +1,8 @@
+Wed Apr 19 12:37:13 2000 Andrew Cagney <cagney@b1.cygnus.com>
+
+ * Makefile.in (distclean): Delete config.status, config.h and
+ stamp-h.
+
1997-09-06 02:10 Ulrich Drepper <drepper@cygnus.com>
* intlh.inst.in: Reformat copyright.
diff --git a/intl/Makefile.in b/intl/Makefile.in
index 09647ded8e..860dceeb50 100644
--- a/intl/Makefile.in
+++ b/intl/Makefile.in
@@ -1,5 +1,5 @@
# Makefile for directory with message catalog handling in GNU NLS Utilities.
-# Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
+# Copyright (C) 1995, 1996, 1997, 1998, 2000 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
@@ -172,7 +172,8 @@ mostlyclean:
clean: mostlyclean
distclean: clean
- rm -f Makefile ID TAGS po2msg.sed po2tbl.sed libintl.h config.log
+ rm -f Makefile ID TAGS po2msg.sed po2tbl.sed libintl.h
+ rm -f config.log config.status config.h stamp-h
maintainer-clean: distclean
@echo "This command is intended for maintainers to use;"