diff options
author | Tom Tromey <tromey@redhat.com> | 2008-08-09 18:27:04 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2008-08-09 18:27:04 +0000 |
commit | 21374e5f9eb804556180efae122286e3c45e9358 (patch) | |
tree | 6f45091cbbe782ef848ddef88f68969c72236fe6 /gdb | |
parent | 7be67755523dad8c86b7d169435c312c02172a6e (diff) | |
download | gdb-21374e5f9eb804556180efae122286e3c45e9358.zip gdb-21374e5f9eb804556180efae122286e3c45e9358.tar.gz gdb-21374e5f9eb804556180efae122286e3c45e9358.tar.bz2 |
* Makefile.in (generated_files): Add GNULIB_H.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 930a30c..b9c18f3 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2008-08-09 Tom Tromey <tromey@redhat.com> + + * Makefile.in (generated_files): Add GNULIB_H. + 2008-08-09 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> * solib-pa64.c (pa64_solib_create_inferior_hook): Don't set diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 7f8c9ea..d14d57e 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) $< |