mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-11 18:27:00 +08:00
* Makefile.am (BUILD_HFILES): Clean bfd_stdint.h.
* Makefile.in: Regenerated.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
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>
|
2007-08-06 Daniel Jacobowitz <dan@codesourcery.com>
|
||||||
|
|
||||||
* configure.in: Update version to 2.18.50.
|
* configure.in: Update version to 2.18.50.
|
||||||
|
@ -677,7 +677,7 @@ SOURCE_HFILES = \
|
|||||||
|
|
||||||
## ... and all .h files which are in the build tree.
|
## ... and all .h files which are in the build tree.
|
||||||
BUILD_HFILES = \
|
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)
|
HFILES = $(SOURCE_HFILES) $(BUILD_HFILES)
|
||||||
|
|
||||||
|
@ -926,7 +926,7 @@ SOURCE_HFILES = \
|
|||||||
vms.h xcoff-target.h xsym.h
|
vms.h xcoff-target.h xsym.h
|
||||||
|
|
||||||
BUILD_HFILES = \
|
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)
|
HFILES = $(SOURCE_HFILES) $(BUILD_HFILES)
|
||||||
SRC_POTFILES = $(SOURCE_CFILES) $(SOURCE_HFILES)
|
SRC_POTFILES = $(SOURCE_CFILES) $(SOURCE_HFILES)
|
||||||
|
Reference in New Issue
Block a user