* Makefile.in: Clean up dependencies on ../include/demangle.h.
authorJim Blandy <jimb@codesourcery.com>
Tue, 20 Mar 2001 21:23:38 +0000 (21:23 +0000)
committerJim Blandy <jimb@codesourcery.com>
Tue, 20 Mar 2001 21:23:38 +0000 (21:23 +0000)
(demangle_h): New variable.
(jv-typeprint.o, jv-valprint.o, linespec.o): Use it.

gdb/ChangeLog
gdb/Makefile.in

index 07bd6e83783fb6680a5ae8025506a75ff5af5268..88c634994923b88e8a2e54507bcde4ea2493a62e 100644 (file)
@@ -1,3 +1,9 @@
+2001-03-20  Jim Blandy  <jimb@redhat.com>
+
+       * Makefile.in: Clean up dependencies on ../include/demangle.h.
+       (demangle_h): New variable.
+       (jv-typeprint.o, jv-valprint.o, linespec.o): Use it.
+
 2001-03-20  Andrew Cagney  <ac131313@redhat.com>
 
        * target.h (SOFTWARE_SINGLE_STEP_P): Add empty parameter list.
index 3a925f6fe87c6df241ff1cc17be0e03f9103c4d0..0fa187405a222e0b2bf3b30f0505a9c6b77802fd 100644 (file)
@@ -553,6 +553,7 @@ floatformat_h =     $(INCLUDE_DIR)/floatformat.h
 bfd_h =                $(BFD_DIR)/bfd.h
 dis-asm_h =    $(INCLUDE_DIR)/dis-asm.h 
 remote-sim_h = $(INCLUDE_DIR)/remote-sim.h
+demangle_h =    $(INCLUDE_DIR)/demangle.h
 
 dcache_h = dcache.h
 remote_utils_h = $(dcache_h) serial.h target.h remote-utils.h $(remote-sim_h)
@@ -1554,11 +1555,11 @@ jv-lang.o: jv-lang.c $(bfd_h) $(defs_h) $(symtab_h) $(gdbtypes_h) \
        gdb_string.h $(value_h) c-lang.h jv-lang.h $(gdbcore_h)
 
 jv-typeprint.o: jv-typeprint.c $(bfd_h) $(defs_h) $(symtab_h) $(gdbtypes_h) \
-       $(value_h) $(INCLUDE_DIR)/demangle.h jv-lang.h gdb_string.h \
+       $(value_h) $(demangle_h) jv-lang.h gdb_string.h \
        typeprint.h c-lang.h
 
 jv-valprint.o: jv-valprint.c $(bfd_h) $(defs_h) $(symtab_h) $(gdbtypes_h) \
-       $(expression_h) $(value_h) $(INCLUDE_DIR)/demangle.h valprint.h \
+       $(expression_h) $(value_h) $(demangle_h) valprint.h \
        language.h jv-lang.h c-lang.h gdbcore.h annotate.h
 
 kod.o: kod.c $(defs_h) $(command_h) $(gdbcmd_h) target.h gdb_string.h kod.h
@@ -1966,7 +1967,7 @@ symtab.o: symtab.c call-cmds.h $(defs_h) $(expression_h) $(frame_h) \
 
 linespec.o: linespec.c linespec.h $(defs_h) $(frame_h) $(value_h) \
        objfiles.h symfile.h completer.h $(symtab_h) \
-       $(INCLUDE_DIR)/demangle.h command.h
+       $(demangle_h) command.h
 
 tic80-tdep.o: tic80-tdep.c $(defs_h) $(regcache_h)