Add demangle.h to HFILES.
authorStu Grossman <grossman@cygnus>
Tue, 16 Jun 1992 23:15:05 +0000 (23:15 +0000)
committerStu Grossman <grossman@cygnus>
Tue, 16 Jun 1992 23:15:05 +0000 (23:15 +0000)
gdb/Makefile.in

index e509ff4b7330363f4cb55998f8a332c03fcd2bec..12d9ed1d844b37e5fcee12ed72c32644a0313f0f 100644 (file)
@@ -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 \