PATCH COMMITTED: Remove real files from EXTRA_DIST

Ian Lance Taylor ian@airs.com
Mon Oct 10 17:25:00 GMT 2005


The EXTRA_DIST target in Makefile.am is for files which do not exist
in the repository but which should be included in a distribution.  The
files bfin-lex.l and bfin-defs.h do exist in the repository, and as
such should not be in EXTRA_DIST.

I committed the appended patch.

Ian


2005-10-10  Ian Lance Taylor  <ian@airs.com>

	* Makefile.am (EXTRA_DIST): Remove bfin-lex.l and bfin-defs.h.
	* Makefile.in: Regenerate.


Index: Makefile.am
===================================================================
RCS file: /cvs/src/src/gas/Makefile.am,v
retrieving revision 1.120
diff -u -r1.120 Makefile.am
--- Makefile.am	30 Sep 2005 18:55:21 -0000	1.120
+++ Makefile.am	10 Oct 2005 17:23:24 -0000
@@ -441,7 +441,7 @@
 EXTRA_SCRIPTS = .gdbinit
 
 EXTRA_DIST = m68k-parse.c itbl-parse.c itbl-parse.h itbl-lex.c \
-	bfin-parse.c bfin-lex.l bfin-defs.h
+	bfin-parse.c
 
 diststuff: $(EXTRA_DIST) info
 all: info



More information about the Binutils mailing list