diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-06-02 19:09:30 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-06-02 19:09:30 +0000 |
commit | b166d614748f3fe2cb0e047c93a8eafe799a6da0 (patch) | |
tree | 07053f7d6ff8440b05bf1b3d6e035990b1fd4855 /gas | |
parent | 055cc3ffb920a3935a1e8c35d2fef2ed0c30f214 (diff) | |
download | gdb-b166d614748f3fe2cb0e047c93a8eafe799a6da0.zip gdb-b166d614748f3fe2cb0e047c93a8eafe799a6da0.tar.gz gdb-b166d614748f3fe2cb0e047c93a8eafe799a6da0.tar.bz2 |
* Makefile.in (distclean): Remove site config files and gas.sum.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 3 | ||||
-rw-r--r-- | gas/testsuite/Makefile.in | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index a70113d..c10dc63 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,6 @@ + + * Makefile.in (distclean): Remove site config files and gas.sum. + Fri May 27 12:24:18 1994 Ken Raeburn (raeburn@cujo.cygnus.com) * gas/m68k/disperr.s: Use % for registers. diff --git a/gas/testsuite/Makefile.in b/gas/testsuite/Makefile.in index 63a8705..aa774be 100644 --- a/gas/testsuite/Makefile.in +++ b/gas/testsuite/Makefile.in @@ -141,6 +141,7 @@ distclean: clean -rm -f *~ core -rm -f Makefile config.status -rm -fr *.log summary detail + -rm -f site.exp site.bak gas.sum Makefile : $(srcdir)/Makefile.in $(host_makefile_frag) $(target_makefile_frag) $(SHELL) ./config.status |