Correct EXTRA_DIST in ld/Makefile.am

Ian Lance Taylor iant@google.com
Tue Nov 28 04:55:00 GMT 2006


The value of EXTRA_DIST in ld/Makefile.am was wrong, in that it listed
spu_ovl.o when it should have listed emultempl/spu_ovl.o.  This broke
the daily snapshots.

I committed the appended patch to fix this.

Ian


2006-11-27  Ian Lance Taylor  <ian@airs.com>

	* Makefile.am (EXTRA_DIST): Put spu_ovl.o in the emultempl
	subdirectory.
	* Makefile.in: Regenerate.


Index: Makefile.am
===================================================================
RCS file: /cvs/src/src/ld/Makefile.am,v
retrieving revision 1.224
diff -u -r1.224 Makefile.am
--- Makefile.am	25 Oct 2006 06:49:21 -0000	1.224
+++ Makefile.am	28 Nov 2006 04:53:55 -0000
@@ -1864,7 +1864,7 @@
 
 # Stuff that should be included in a distribution.  The diststuff
 # target is run by the taz target in ../Makefile.in.
-EXTRA_DIST = ldgram.c ldgram.h ldlex.c spu_ovl.o $(man_MANS)
+EXTRA_DIST = ldgram.c ldgram.h ldlex.c emultempl/spu_ovl.o $(man_MANS)
 diststuff: info $(EXTRA_DIST)
 all: info ld.1
 



More information about the Binutils mailing list