diff options
author | Stu Grossman <grossman@cygnus> | 1992-04-06 22:26:30 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1992-04-06 22:26:30 +0000 |
commit | ce9260ae3ea9b2f3a5e5f0915ebc7af7e041c07e (patch) | |
tree | 567542b22a661ddfe23f6855faa37e9a90f9be5a /gdb/Makefile.in | |
parent | dd7368a7cf0e40d9dface02cb02e3b65b5ade484 (diff) | |
download | gdb-ce9260ae3ea9b2f3a5e5f0915ebc7af7e041c07e.zip gdb-ce9260ae3ea9b2f3a5e5f0915ebc7af7e041c07e.tar.gz gdb-ce9260ae3ea9b2f3a5e5f0915ebc7af7e041c07e.tar.bz2 |
* Makefile.in: Add dependancies for xm-vaxbsd.h and xm-vaxult.h
for xm-vax.h.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 89c8155..ed8b5f6 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -464,6 +464,8 @@ xm-i386-sv32.h: xm-i386.h tm-i386gas.h: tm-i386.h xm-sun4os4.h: xm-sparc.h tm-sun4os4.h: tm-sparc.h +xm-vaxult.h: xm-vax.h +xm-vaxbsd.h: xm-vax.h kdb: $(NTSSTART) $(OBS) $(NTSOBS) ${ADD_DEPS} ${CDEPS} rm -f init.c |