diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-04-04 18:26:33 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-04-04 18:26:33 +0000 |
commit | e819d858c95d6148e09e9428160e2d20a533da88 (patch) | |
tree | 7c6742dbf5fbc02cbf352cf67f95ccd422b2f817 /gas | |
parent | 452eaaca837a2564f47d31c320089cfdb68bab4e (diff) | |
download | gdb-e819d858c95d6148e09e9428160e2d20a533da88.zip gdb-e819d858c95d6148e09e9428160e2d20a533da88.tar.gz gdb-e819d858c95d6148e09e9428160e2d20a533da88.tar.bz2 |
* Makefile.in (DISTCLEAN_HERE): Add site.exp and site.bak.
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 |