diff options
author | John Gilmore <gnu@cygnus> | 1991-11-21 21:15:57 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-11-21 21:15:57 +0000 |
commit | 21f62bbd30b8c4c4b1b27bc1f4da1881cd98cb6a (patch) | |
tree | 8a800a143abe7f30b4a64c9a818294805dd26725 /gdb/Makefile.in | |
parent | 3db0634cec6d2687ec18ae4ab644b65a93295395 (diff) | |
download | gdb-21f62bbd30b8c4c4b1b27bc1f4da1881cd98cb6a.zip gdb-21f62bbd30b8c4c4b1b27bc1f4da1881cd98cb6a.tar.gz gdb-21f62bbd30b8c4c4b1b27bc1f4da1881cd98cb6a.tar.bz2 |
Remove more refs to removed files.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 49e85f2..05f99cd 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -193,8 +193,8 @@ SFILES_KGDB = $(SFILES) stuff.c kdb-start.c # Header files that are not named in config/* Makefile fragments go here. HFILES= breakpoint.h command.h defs.h environ.h \ - expression.h frame.h gdbcmd.h gdbcore.h getpagesize.h \ - ieee-float.h inferior.h minimon.h param-no-tm.h param.h \ + expression.h frame.h gdbcmd.h gdbcore.h \ + ieee-float.h inferior.h minimon.h \ signals.h signame.h symfile.h symtab.h \ target.h terminal.h tm-68k.h tm-i960.h tm-sunos.h \ language.h parser-defs.h value.h |