From: Ben Elliston Date: Thu, 15 Jan 2004 21:16:38 +0000 (+0000) Subject: 2004-01-16 Ben Elliston X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f679e5307ccac99821239bcf1ccbc1ebd7ad4f1c;p=binutils-gdb.git 2004-01-16 Ben Elliston * gdb.arch/Makefile.in (MISCELLANEOUS): Remove. (clean mostlyclean): Remove empty rm. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 53048fc3cc0..7fd16b07ffd 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2004-01-16 Ben Elliston + + * gdb.arch/Makefile.in (MISCELLANEOUS): Remove. + (clean mostlyclean): Remove empty rm. + 2004-01-15 Michael Chastain * gdb.base/setvar.exp: Add copyright years. diff --git a/gdb/testsuite/gdb.arch/Makefile.in b/gdb/testsuite/gdb.arch/Makefile.in index 2b6f494158c..4c472724f1f 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