From fbe0d6c29feae3902ff608bcfbc58b8fb67d3529 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor 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 19ae92ec49..3e5df01d1e 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +Fri Apr 4 13:28:02 1997 Ian Lance Taylor + + * Makefile.in (distclean): Remove site.exp and site.bak. + Thu Apr 3 13:18:39 1997 Ian Lance Taylor * Makefile.in (VERSION): Set to 2.8.1. diff --git a/binutils/Makefile.in b/binutils/Makefile.in index e1b0b63093..b53a027199 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." -- 2.34.1