diff options
author | Stu Grossman <grossman@cygnus> | 1992-01-19 01:19:41 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1992-01-19 01:19:41 +0000 |
commit | 313085cbc96851e8ae340bfe0188df4aaaacc4fe (patch) | |
tree | 7c8213ebfc6db3f1b3af445f51ab87ba5df1cc5e /gdb/Makefile.in | |
parent | aa2e8c1c98ad58bfe32df595236d04251f96d7dc (diff) | |
download | gdb-313085cbc96851e8ae340bfe0188df4aaaacc4fe.zip gdb-313085cbc96851e8ae340bfe0188df4aaaacc4fe.tar.gz gdb-313085cbc96851e8ae340bfe0188df4aaaacc4fe.tar.bz2 |
* Makefile.in (HFILES): Add partial-stab.h.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index bd47624..078f6c9 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -222,7 +222,7 @@ SFILES_KGDB = $(SFILES) stuff.c kdb-start.c # Header files that are not named in config/* Makefile fragments go here. HFILES= breakpoint.h buildsym.h command.h defs.h environ.h \ expression.h frame.h gdbcmd.h gdbcore.h \ - ieee-float.h inferior.h minimon.h \ + ieee-float.h inferior.h minimon.h partial-stab.h \ signals.h signame.h symfile.h symtab.h \ target.h terminal.h tm-68k.h tm-i960.h tm-sunos.h tm-sysv4.h \ xm-m68k.h xm-sysv4.h language.h parser-defs.h value.h |