diff options
author | Ben Elliston <bje@au.ibm.com> | 2004-01-15 21:16:38 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2004-01-15 21:16:38 +0000 |
commit | f679e5307ccac99821239bcf1ccbc1ebd7ad4f1c (patch) | |
tree | c2358d1b49bab45937937ec47b8f8c704182ac60 /gdb | |
parent | 26b0da329fcf5e3fdb36722c670d2a23c91975f4 (diff) | |
download | gdb-f679e5307ccac99821239bcf1ccbc1ebd7ad4f1c.zip gdb-f679e5307ccac99821239bcf1ccbc1ebd7ad4f1c.tar.gz gdb-f679e5307ccac99821239bcf1ccbc1ebd7ad4f1c.tar.bz2 |
2004-01-16 Ben Elliston <bje@wasabisystems.com>
* gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
(clean mostlyclean): Remove empty rm.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/testsuite/gdb.arch/Makefile.in | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 53048fc..7fd16b0 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2004-01-16 Ben Elliston <bje@wasabisystems.com> + + * gdb.arch/Makefile.in (MISCELLANEOUS): Remove. + (clean mostlyclean): Remove empty rm. + 2004-01-15 Michael Chastain <mec.gnu@mindspring.com> * gdb.base/setvar.exp: Add copyright years. diff --git a/gdb/testsuite/gdb.arch/Makefile.in b/gdb/testsuite/gdb.arch/Makefile.in index 2b6f494..4c47272 100644 --- a/gdb/testsuite/gdb.arch/Makefile.in +++ b/gdb/testsuite/gdb.arch/Makefile.in @@ -3,15 +3,12 @@ srcdir = @srcdir@ EXECUTABLES = altivec-abi altivec-regs -MISCELLANEOUS = - all info install-info dvi install uninstall installcheck check: @echo "Nothing to be done for $@..." clean mostlyclean: -rm -f *~ *.o a.out *.x *.ci *.tmp -rm -f core core.coremaker coremaker.core corefile $(EXECUTABLES) - -rm -f $(MISCELLANEOUS) distclean maintainer-clean realclean: clean -rm -f *~ core |