* hppahpux.mt (TDEPFILES): Add exec.o.

* hppahpux.mh (NATDEPFILES):  Remove exec.o, add inftarg.o, and fork-child.o.
This commit is contained in:
Stu Grossman 1992-12-15 01:49:05 +00:00
parent 01d1590bab
commit 47bc42e606
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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