From: Doug Evans Date: Thu, 17 Apr 2008 23:06:54 +0000 (+0000) Subject: * gdb.opt/Makefile.in: Fix whitespace. X-Git-Tag: sid-snapshot-20080501~141 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=66d0bbc7b8120634202d7df734c6957d2a38e38b;p=platform%2Fupstream%2Fbinutils.git * gdb.opt/Makefile.in: Fix whitespace. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 938fd61..5c4db07 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2008-04-17 Doug Evans + + * gdb.opt/Makefile.in: Fix whitespace. + 2008-04-17 Daniel Jacobowitz * gdb.threads/linux-dp.exp: Continue after unrecognized lines. diff --git a/gdb/testsuite/gdb.opt/Makefile.in b/gdb/testsuite/gdb.opt/Makefile.in index 17fc130..e8bea9c 100644 --- a/gdb/testsuite/gdb.opt/Makefile.in +++ b/gdb/testsuite/gdb.opt/Makefile.in @@ -6,19 +6,19 @@ EXECUTABLES = hello/hello MISCELLANEOUS = all info install-info dvi install uninstall installcheck check: - @echo "Nothing to be done for $@..." + @echo "Nothing to be done for $@..." clean mostlyclean: - -find . -name '*.o' -print | xargs rm -f - -find . -name '*.ali' -print | xargs rm -f - -find . -name 'b~*.ad[sb]' -print | xargs rm -f - -rm -f *~ a.out xgdb *.x *.ci *.tmp - -rm -f *~ *.o a.out xgdb *.x *.ci *.tmp - -rm -f core core.coremaker coremaker.core corefile $(EXECUTABLES) - -rm -f $(MISCELLANEOUS) twice-tmp.c + -find . -name '*.o' -print | xargs rm -f + -find . -name '*.ali' -print | xargs rm -f + -find . -name 'b~*.ad[sb]' -print | xargs rm -f + -rm -f *~ a.out xgdb *.x *.ci *.tmp + -rm -f *~ *.o a.out xgdb *.x *.ci *.tmp + -rm -f core core.coremaker coremaker.core corefile $(EXECUTABLES) + -rm -f $(MISCELLANEOUS) twice-tmp.c distclean maintainer-clean realclean: clean - -rm -f *~ core - -rm -f Makefile config.status config.log - -rm -f *-init.exp - -rm -fr *.log summary detail *.plog *.sum *.psum site.* + -rm -f *~ core + -rm -f Makefile config.status config.log + -rm -f *-init.exp + -rm -fr *.log summary detail *.plog *.sum *.psum site.*