diff options
author | John Gilmore <gnu@cygnus> | 1992-09-26 10:29:01 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-09-26 10:29:01 +0000 |
commit | 084c7d436958d8d015667f991cf9ab308690ca3d (patch) | |
tree | ef55489224648e9f73392a5a3b10f8511a436f01 /gdb/config/hppabsd.mh | |
parent | fb1415aebefaf9091dc268a47045c832a8778622 (diff) | |
download | gdb-084c7d436958d8d015667f991cf9ab308690ca3d.zip gdb-084c7d436958d8d015667f991cf9ab308690ca3d.tar.gz gdb-084c7d436958d8d015667f991cf9ab308690ca3d.tar.bz2 |
* config/hppabsd.mh, config/hppahpux.mh: Use standard coredep.o.
Rename all HPPA files to fit into unique DOS filenames:
* *hppabsd* => *hppab*
* *hppahpux* => *hppah*
Diffstat (limited to 'gdb/config/hppabsd.mh')
-rw-r--r-- | gdb/config/hppabsd.mh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/config/hppabsd.mh b/gdb/config/hppabsd.mh index d22b246..d41ef52 100644 --- a/gdb/config/hppabsd.mh +++ b/gdb/config/hppabsd.mh @@ -1,3 +1,3 @@ # Host: Hewlett-Packard PA-RISC machine, running BSD -XDEPFILES= hppabsd-xdep.o hppa-coredep.o -XM_FILE= xm-hppabsd.h +XDEPFILES= hppab-xdep.o coredep.o +XM_FILE= xm-hppab.h |