From fbe0d6c29feae3902ff608bcfbc58b8fb67d3529 Mon Sep 17 00:00:00 2001
From: Ian Lance Taylor <ian@airs.com>
Date: Fri, 4 Apr 1997 18:28:25 +0000
Subject: [PATCH] 	* Makefile.in (distclean): Remove site.exp and
 site.bak.

---
 binutils/ChangeLog   | 4 ++++
 binutils/Makefile.in | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 19ae92ec499..3e5df01d1e4 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,7 @@
+Fri Apr  4 13:28:02 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+	* Makefile.in (distclean): Remove site.exp and site.bak.
+
 Thu Apr  3 13:18:39 1997  Ian Lance Taylor  <ian@cygnus.com>
 
 	* Makefile.in (VERSION): Set to 2.8.1.
diff --git a/binutils/Makefile.in b/binutils/Makefile.in
index e1b0b63093e..b53a0271996 100644
--- a/binutils/Makefile.in
+++ b/binutils/Makefile.in
@@ -529,7 +529,7 @@ distclean:
 	-rm -f Makefile config.status *.o *~ \#* core y.*
 	-rm -f binutils.?? binutils.??s binutils.aux binutils.log binutils.toc
 	-rm -f $(PROGS) underscore.c config.h stamp-h config.cache config.log
-	-rm -f dep.sed stamp-under $(DEMANGLER_PROG).1
+	-rm -f dep.sed stamp-under $(DEMANGLER_PROG).1 site.bak site.exp
 maintainer-clean realclean: clean distclean
 	@echo "This command is intended for maintainers to use;"
 	@echo "it deletes files that may require special tools to rebuild."