diff options
author | Daniel Jacobowitz <drow@false.org> | 2007-08-06 20:53:29 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2007-08-06 20:53:29 +0000 |
commit | 5eda1c47e4b0c1e1fb4cb0273c5cd9488f55d316 (patch) | |
tree | 364aa027c34c02f56bc0a65d0b4d1270d60b215a | |
parent | be118e79ae499796956ddd95cda47bf8cb405c00 (diff) | |
download | gdb-5eda1c47e4b0c1e1fb4cb0273c5cd9488f55d316.zip gdb-5eda1c47e4b0c1e1fb4cb0273c5cd9488f55d316.tar.gz gdb-5eda1c47e4b0c1e1fb4cb0273c5cd9488f55d316.tar.bz2 |
* Makefile.am (BUILD_HFILES): Clean bfd_stdint.h.
* Makefile.in: Regenerated.
-rw-r--r-- | bfd/ChangeLog | 5 | ||||
-rw-r--r-- | bfd/Makefile.am | 2 | ||||
-rw-r--r-- | bfd/Makefile.in | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b6a9ea3..cac533f 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,10 @@ 2007-08-06 Daniel Jacobowitz <dan@codesourcery.com> + * Makefile.am (BUILD_HFILES): Clean bfd_stdint.h. + * Makefile.in: Regenerated. + +2007-08-06 Daniel Jacobowitz <dan@codesourcery.com> + * configure.in: Update version to 2.18.50. * configure: Regenerated. diff --git a/bfd/Makefile.am b/bfd/Makefile.am index 508c180..ee6c66b 100644 --- a/bfd/Makefile.am +++ b/bfd/Makefile.am @@ -677,7 +677,7 @@ SOURCE_HFILES = \ ## ... and all .h files which are in the build tree. BUILD_HFILES = \ - bfdver.h elf32-target.h elf64-target.h targmatch.h + bfdver.h elf32-target.h elf64-target.h targmatch.h bfd_stdint.h HFILES = $(SOURCE_HFILES) $(BUILD_HFILES) diff --git a/bfd/Makefile.in b/bfd/Makefile.in index 97cab1a..a13b0ee 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -926,7 +926,7 @@ SOURCE_HFILES = \ vms.h xcoff-target.h xsym.h BUILD_HFILES = \ - bfdver.h elf32-target.h elf64-target.h targmatch.h + bfdver.h elf32-target.h elf64-target.h targmatch.h bfd_stdint.h HFILES = $(SOURCE_HFILES) $(BUILD_HFILES) SRC_POTFILES = $(SOURCE_CFILES) $(SOURCE_HFILES) |