diff options
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 643b3ac..b53f098 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +Fri Apr 4 13:26:10 1997 Ian Lance Taylor <ian@cygnus.com> + + * Makefile.in (DISTCLEAN_HERE): Add site.exp and site.bak. + Thu Apr 3 13:16:18 1997 Ian Lance Taylor <ian@cygnus.com> * Makefile.in (VERSION): Set to 2.8.1. diff --git a/gas/Makefile.in b/gas/Makefile.in index 13092b5..1498de5 100644 --- a/gas/Makefile.in +++ b/gas/Makefile.in @@ -659,7 +659,7 @@ clean mostlyclean: clean-here # Like clean but also delete the links made to configure gas. DISTCLEAN_HERE = config.status Makefile targ-env.h targ-cpu.h obj-format.h \ - TAGS itbl-cpu.h \ + TAGS itbl-cpu.h site.exp site.bak \ config-stamp config.h conf config.log config.cache .gdbinit \ testsuite/Makefile testsuite/config.status |