| Index: gdb/testsuite/gdb.threads/Makefile.in
|
| diff --git a/gdb/testsuite/gdb.threads/Makefile.in b/gdb/testsuite/gdb.threads/Makefile.in
|
| index 954d547cf647fc0916be0f46c5986192335fe769..8f9f867455200245d61bd303a116f823aebc774c 100644
|
| --- a/gdb/testsuite/gdb.threads/Makefile.in
|
| +++ b/gdb/testsuite/gdb.threads/Makefile.in
|
| @@ -1,7 +1,8 @@
|
| VPATH = @srcdir@
|
| srcdir = @srcdir@
|
|
|
| -EXECUTABLES = attach-into-signal attach-stopped attachstop-mt \
|
| +EXECUTABLES = attach-into-signal-nothr attach-into-signal-thr \
|
| + attach-stopped attachstop-mt \
|
| bp_in_thread current-lwp-dead execl execl1 fork-child-threads \
|
| fork-thread-pending gcore-pthreads hand-call-in-threads \
|
| ia64-sigill interrupted-hand-call killed linux-dp \
|
| @@ -18,6 +19,7 @@ all info install-info dvi install uninstall installcheck check:
|
| clean mostlyclean:
|
| -rm -f *~ *.o a.out xgdb *.x *.ci *.tmp core core.* $(EXECUTABLES) \
|
| *.core gcore.test
|
| + -rm -f *.dwo *.dwp
|
|
|
| distclean maintainer-clean realclean: clean
|
| -rm -f Makefile config.status config.log config.h gdb.log gdb.sum
|
|
|