diff options
author | Stu Grossman <grossman@cygnus> | 1992-06-16 23:15:05 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1992-06-16 23:15:05 +0000 |
commit | b50a958c145e03b392352be4d7c765e5b22111b6 (patch) | |
tree | b6941576c580c3f27fb6fa7ce53c449e35445f3a /gdb | |
parent | 33cf356ae139496836b379437a3ba627ab2497cd (diff) | |
download | gdb-b50a958c145e03b392352be4d7c765e5b22111b6.zip gdb-b50a958c145e03b392352be4d7c765e5b22111b6.tar.gz gdb-b50a958c145e03b392352be4d7c765e5b22111b6.tar.bz2 |
Add demangle.h to HFILES.
Diffstat (limited to 'gdb')
-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 e509ff4..12d9ed1 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -237,8 +237,8 @@ SFILES_STAND = $(SFILES) standalone.c 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 call-cmds.h command.h defs.h environ.h \ - expression.h frame.h gdbcmd.h gdbcore.h gdbtypes.h \ +HFILES= breakpoint.h buildsym.h call-cmds.h command.h defs.h demangle.h \ + environ.h expression.h frame.h gdbcmd.h gdbcore.h gdbtypes.h \ ieee-float.h inferior.h minimon.h objfiles.h partial-stab.h \ signals.h symfile.h symtab.h solib.h xcoffsolib.h \ target.h terminal.h tm-68k.h tm-i960.h tm-sunos.h tm-sysv4.h \ |