This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Clean up bfd_stdint.h.


If we don't clean up after ourselves, the output of configure will end
up in release tarballs.  Committed.

-- 
Daniel Jacobowitz
CodeSourcery

2007-08-06  Daniel Jacobowitz  <dan@codesourcery.com>

	* Makefile.am (BUILD_HFILES): Clean bfd_stdint.h.
	* Makefile.in: Regenerated.

Index: bfd/Makefile.am
===================================================================
RCS file: /cvs/src/src/bfd/Makefile.am,v
retrieving revision 1.202
diff -u -p -r1.202 Makefile.am
--- bfd/Makefile.am	9 Jul 2007 21:23:43 -0000	1.202
+++ bfd/Makefile.am	6 Aug 2007 20:51:27 -0000
@@ -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)
 
Index: bfd/Makefile.in
===================================================================
RCS file: /cvs/src/src/bfd/Makefile.in,v
retrieving revision 1.222
diff -u -p -r1.222 Makefile.in
--- bfd/Makefile.in	10 Jul 2007 15:03:03 -0000	1.222
+++ bfd/Makefile.in	6 Aug 2007 20:51:27 -0000
@@ -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)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]