From 3b3d9a5942579f5e23cf5908bb7a306e8e1800fe Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 28 Nov 2006 04:54:06 +0000 Subject: [PATCH] * Makefile.am (EXTRA_DIST): Put spu_ovl.o in the emultempl subdirectory. * Makefile.in: Regenerate. --- ld/ChangeLog | 6 ++++++ ld/Makefile.am | 2 +- ld/Makefile.in | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ld/ChangeLog b/ld/ChangeLog index 73b4f6c11e..209e8d9f72 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +2006-11-27 Ian Lance Taylor + + * Makefile.am (EXTRA_DIST): Put spu_ovl.o in the emultempl + subdirectory. + * Makefile.in: Regenerate. + 2006-11-27 Bob Wilson * emultempl/xtensaelf.em (XSHAL_ABI): Add default definition. diff --git a/ld/Makefile.am b/ld/Makefile.am index fd73660515..9f9cef569b 100644 --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -1864,7 +1864,7 @@ install-data-local: install-info # 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 diff --git a/ld/Makefile.in b/ld/Makefile.in index 96f84c272a..1f51580b70 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -691,7 +691,7 @@ html__strip_dir = `echo $$p | sed -e 's|^.*/||'`; # 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) DISTCLEANFILES = tdirs site.exp site.bak stringify.sed all: config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive -- 2.11.0