diff --git a/gdb/config/hppahpux.mh b/gdb/config/hppahpux.mh index 454a7a5b9c..0eb74a2041 100644 --- a/gdb/config/hppahpux.mh +++ b/gdb/config/hppahpux.mh @@ -3,6 +3,6 @@ TERMCAP = -lcurses XDEPFILES= XM_FILE= xm-hppah.h NAT_FILE= nm-hppah.h -NATDEPFILES= hppah-nat.o exec.o coredep.o corelow.o +NATDEPFILES= hppah-nat.o coredep.o corelow.o inftarg.o fork-child.o REGEX=regex.o REGEX1=regex.o diff --git a/gdb/config/hppahpux.mt b/gdb/config/hppahpux.mt index b8f2f8f76d..08501083ee 100644 --- a/gdb/config/hppahpux.mt +++ b/gdb/config/hppahpux.mt @@ -1,3 +1,3 @@ # TARGET: HP PA-RISC running hpux -TDEPFILES= hppa-pinsn.o hppah-tdep.o +TDEPFILES= hppa-pinsn.o hppah-tdep.o exec.o TM_FILE= tm-hppah.h