From 3e1333d6aee1853e262a197510a7eaf7a602f0fd Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Tue, 23 Dec 2008 13:56:10 +0000 Subject: [PATCH] 2008-12-23 Tristan Gingold * Makefile.am (EXTRA_DIST): Add deffilep.c and deffilep.h * Makefile.in: Regenerate. --- ld/ChangeLog | 5 +++++ ld/Makefile.am | 3 ++- ld/Makefile.in | 4 +++- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ld/ChangeLog b/ld/ChangeLog index 6481d4438e1..52ce0734cce 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2008-12-23 Tristan Gingold + + * Makefile.am (EXTRA_DIST): Add deffilep.c and deffilep.h + * Makefile.in: Regenerate. + 2008-11-14 Alan Modra * Makefile.am (spu_ovl.o_c): Add missing line continuations. diff --git a/ld/Makefile.am b/ld/Makefile.am index a38c69fd39f..206d69dc180 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 39b01c540ca..3e9c20069b3 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -730,7 +730,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 -- 2.47.3