]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Move async-nat-sigthread.o from Makefile.in (COMMON_OBS) to (NATDEPFILES).
authorNick Roberts <nickrob@snap.net.nz>
Thu, 31 Aug 2006 01:13:35 +0000 (01:13 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Thu, 31 Aug 2006 01:13:35 +0000 (01:13 +0000)
gdb/config/i386/linux.mh

index 105114a15e213345947135c0287e513c3ca51e91..53b1d9c7c1f4389f5a9171a78c2794ba59779ada 100644 (file)
@@ -4,7 +4,8 @@ NAT_FILE= nm-linux.h
 NATDEPFILES= inf-ptrace.o fork-child.o corelow.o \
        core-aout.o i386-nat.o i386-linux-nat.o \
        proc-service.o linux-thread-db.o gcore.o \
-       linux-nat.o linux-fork.o
+       linux-nat.o linux-fork.o \
+       async-nat-inferior.o async-nat-sigthread.o
 
 # The dynamically loaded libthread_db needs access to symbols in the
 # gdb executable.  Asynchronous operation needs libpthread.