diff options
author | Kevin Buettner <kevinb@redhat.com> | 2001-03-20 00:05:04 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2001-03-20 00:05:04 +0000 |
commit | cec17fda455f2b9c8d6ecd531cfbb7d5cbb11ab5 (patch) | |
tree | 54307c09fb3e831164adf306ffa090ee1cc82669 /gdb/config/ia64 | |
parent | ae9c8396baf5dacf71ea51214b96fb38401dda5d (diff) | |
download | gdb-cec17fda455f2b9c8d6ecd531cfbb7d5cbb11ab5.tar.gz |
Add proc-service.o to NATDEPFILES.
Diffstat (limited to 'gdb/config/ia64')
-rw-r--r-- | gdb/config/ia64/linux.mh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/config/ia64/linux.mh b/gdb/config/ia64/linux.mh index 8e27f971e12..00119e60a2d 100644 --- a/gdb/config/ia64/linux.mh +++ b/gdb/config/ia64/linux.mh @@ -5,7 +5,8 @@ XDEPFILES= NAT_FILE= nm-linux.h NATDEPFILES= infptrace.o inftarg.o fork-child.o corelow.o \ - core-aout.o core-regset.o ia64-linux-nat.o thread-db.o lin-lwp.o + core-aout.o core-regset.o ia64-linux-nat.o \ + proc-service.o thread-db.o lin-lwp.o LOADLIBES = -ldl -rdynamic |