aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2008-12-23 13:52:58 +0000
committerTristan Gingold <gingold@adacore.com>2008-12-23 13:52:58 +0000
commit0332c262c9b9a3518256696b2dbee57650401e0d (patch)
tree6ae06dd37449c4436cac10bdfd95a96b44be9691 /ld
parentaf1f44191e32c18ab5004a140e774e2d17dfce3a (diff)
downloadbinutils-0332c262c9b9a3518256696b2dbee57650401e0d.zip
binutils-0332c262c9b9a3518256696b2dbee57650401e0d.tar.gz
binutils-0332c262c9b9a3518256696b2dbee57650401e0d.tar.bz2
2008-12-23 Tristan Gingold <gingold@adacore.com>
* Makefile.am (EXTRA_DIST): Add deffilep.c and deffilep.h * Makefile.in: Regenerate.
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog5
-rw-r--r--ld/Makefile.am3
-rw-r--r--ld/Makefile.in4
3 files changed, 10 insertions, 2 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 5eccb4e..968be3d 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,8 @@
+2008-12-23 Tristan Gingold <gingold@adacore.com>
+
+ * Makefile.am (EXTRA_DIST): Add deffilep.c and deffilep.h
+ * Makefile.in: Regenerate.
+
2008-12-23 Nick Clifton <nickc@redhat.com>
* NEWS: Remove mention of support for STT_IFUNC.
diff --git a/ld/Makefile.am b/ld/Makefile.am
index a38c69f..206d69d 100644
--- a/ld/Makefile.am
+++ b/ld/Makefile.am
@@ -1914,7 +1914,8 @@ 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 emultempl/spu_ovl.o_c $(man_MANS)
+EXTRA_DIST = ldgram.c ldgram.h ldlex.c emultempl/spu_ovl.o_c \
+ deffilep.c deffilep.h $(man_MANS)
diststuff: info $(EXTRA_DIST)
all: info ld.1
diff --git a/ld/Makefile.in b/ld/Makefile.in
index fffc6e0..a0f83ac 100644
--- a/ld/Makefile.in
+++ b/ld/Makefile.in
@@ -742,7 +742,9 @@ 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 emultempl/spu_ovl.o_c $(man_MANS)
+EXTRA_DIST = ldgram.c ldgram.h ldlex.c emultempl/spu_ovl.o_c \
+ deffilep.c deffilep.h $(man_MANS)
+
DISTCLEANFILES = tdirs site.exp site.bak stringify.sed $(am__append_1)
all: config.h
$(MAKE) $(AM_MAKEFLAGS) all-recursive