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]

PATCH COMMITTED: Add depcomp to snapshots and releases


gold uses automake dependency generation, which uses the depcomp
script.  This script is in the CVS repository, but it was not being
put into snapshots or release tarballs.

I committed this patch to put it out there.

Ian


2008-06-18  Ian Lance Taylor  <iant@google.com>

	* src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.


Index: src-release
===================================================================
RCS file: /cvs/src/src/src-release,v
retrieving revision 1.29
diff -u -p -r1.29 src-release
--- src-release	16 May 2008 12:34:38 -0000	1.29
+++ src-release	18 Jun 2008 20:06:01 -0000
@@ -249,7 +249,7 @@ gas.tar.bz2: $(DIST_SUPPORT) $(GAS_SUPPO
 
 # The FSF "binutils" release includes gprof and ld.
 .PHONY: binutils.tar.bz2
-BINUTILS_SUPPORT_DIRS= bfd gas include libiberty opcodes ld elfcpp gold gprof intl setup.com makefile.vms mkdep cpu
+BINUTILS_SUPPORT_DIRS= bfd gas include libiberty opcodes ld elfcpp gold gprof intl setup.com makefile.vms mkdep cpu depcomp
 binutils.tar.bz2: $(DIST_SUPPORT) $(BINUTILS_SUPPORT_DIRS) binutils
 	$(MAKE) -f $(SELF) taz TOOL=binutils \
 		MD5PROG="$(MD5PROG)" \

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