diff options
author | John Gilmore <gnu@cygnus> | 1991-10-16 02:14:39 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-10-16 02:14:39 +0000 |
commit | 3dfb315ebd6a98b4153c1ef63cff861a367940e9 (patch) | |
tree | 1fc539dd10aad201c782459e57b104916dd2003c /gdb/Makefile.in | |
parent | 7ff46684f8735314d7cff269ca1475a51467abc9 (diff) | |
download | gdb-3dfb315ebd6a98b4153c1ef63cff861a367940e9.zip gdb-3dfb315ebd6a98b4153c1ef63cff861a367940e9.tar.gz gdb-3dfb315ebd6a98b4153c1ef63cff861a367940e9.tar.bz2 |
Further evolution. Remove hp-include pending real HP support.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 11a3e37..937dffa 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -224,8 +224,7 @@ TESTS = testbpt.c testfun.c testrec.c testreg.c testregs.c # tdesc-lib cannot be named simply tdesc, because if it were, GNU make # would try to make it from tdesc.c. # tdesc-lib removed from the list due to Motorola copyrights...gnu@cygnus.com -OTHERS = Makefile.in depend alldeps.mak \ - createtags munch configure configure.in config.sub \ +OTHERS = Makefile.in depend alldeps.mak createtags munch configure.in \ ChangeLog ChangeLog-3.x refcard.ps \ README TODO TAGS WHATS.NEW Projects \ .gdbinit COPYING $(YYFILES) \ @@ -235,7 +234,7 @@ OTHERS = Makefile.in depend alldeps.mak \ # Subdirectories of gdb, which should be included in their entirety in # gdb-xxx.tar.Z: -TARDIRS = doc hp-include # tests +TARDIRS = doc # tests # GDB "info" files, which should be included in their entirety INFOFILES = gdb.info* |