]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* Makefile.in (buildsym.o): Fix variable reference.
authorJim Blandy <jimb@codesourcery.com>
Thu, 9 May 2002 18:47:13 +0000 (18:47 +0000)
committerJim Blandy <jimb@codesourcery.com>
Thu, 9 May 2002 18:47:13 +0000 (18:47 +0000)
gdb/Makefile.in

index e440b6a87a4c76626aa8d9bb2e289350f390fa86..fc9ce5dc7bb33832028772b5eba4ce82648c5fee 100644 (file)
@@ -1304,7 +1304,7 @@ breakpoint.o: breakpoint.c $(defs_h) $(gdbcmd_h) $(gdbcore_h) \
 
 buildsym.o: buildsym.c $(bfd_h) $(buildsym_h) $(complaints_h) $(defs_h) \
        $(objfiles_h) $(symfile_h) $(symtab_h) $(gdb_string_h) \
-       $(macrotab.h)
+       $(macrotab_h)
 
 builtin-regs.o: builtin-regs.c $(defs.h) $(builtin_regs_h) $(gdbtypes_h) \
        $(gdb_string_h) $(value_h) $(frame_h)