| Index: gdb/testsuite/gdb.trace/Makefile.in
|
| diff --git a/gdb/testsuite/gdb.trace/Makefile.in b/gdb/testsuite/gdb.trace/Makefile.in
|
| index 7e719e246069859d61771f0262e086625b9a53fd..8a7d523da2b968ac66d3a5582d691b88cb07d7cb 100644
|
| --- a/gdb/testsuite/gdb.trace/Makefile.in
|
| +++ b/gdb/testsuite/gdb.trace/Makefile.in
|
| @@ -3,9 +3,9 @@ srcdir = @srcdir@
|
|
|
| .PHONY: all clean mostlyclean distclean realclean
|
|
|
| -PROGS = ax backtrace deltrace infotrace packetlen passc-dyn passcount \
|
| - report save-trace tfile tfind tracecmd tsv unavailable while-dyn \
|
| - while-stepping
|
| +PROGS = ax backtrace deltrace disconnected-tracing infotrace packetlen \
|
| + passc-dyn passcount report save-trace tfile tfind tracecmd tsv \
|
| + unavailable while-dyn while-stepping
|
|
|
| all info install-info dvi install uninstall installcheck check:
|
| @echo "Nothing to be done for $@..."
|
| @@ -13,6 +13,7 @@ all info install-info dvi install uninstall installcheck check:
|
| clean mostlyclean:
|
| -rm -f actions circ collection
|
| -rm -f *.o *.diff *~ *.bad core sh3 hppa mn10300 $(PROGS)
|
| + -rm -f *.dwo *.dwp
|
|
|
| distclean maintainer-clean realclean: clean
|
| -rm -f Makefile config.status config.log gdb.log gdb.sum
|
|
|