From: Tom Tromey Date: Sat, 9 Aug 2008 18:27:04 +0000 (+0000) Subject: * Makefile.in (generated_files): Add GNULIB_H. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=21374e5f9eb804556180efae122286e3c45e9358;p=binutils-gdb.git * Makefile.in (generated_files): Add GNULIB_H. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 930a30cda69..b9c18f38d26 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2008-08-09 Tom Tromey + + * Makefile.in (generated_files): Add GNULIB_H. + 2008-08-09 John David Anglin * solib-pa64.c (pa64_solib_create_inferior_hook): Don't set diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 7f8c9eafa74..d14d57e9d5d 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -831,7 +831,7 @@ DISTSTUFF = $(YYFILES) # All generated files which can be included by another file. -generated_files = config.h observer.h observer.inc ada-lex.c +generated_files = config.h observer.h observer.inc ada-lex.c $(GNULIB_H) .c.o: $(COMPILE) $<