PATCH: add deffilep.[ch] in ld/Makefile EXTRA_DIST

Tristan Gingold gingold@adacore.com
Tue Dec 23 11:40:00 GMT 2008


Hi,

ld/deffilep.c and ld/deffilep.h are missing from the source  
distribution and therefore bison
is unexpectedly required to build ld.  Looks like to be an oversight.

Tristan.

ld/
2008-12-23  Tristan Gingold  <gingold@adacore.com>

	* Makefile.am (EXTRA_DIST): Add deffilep.c and deffilep.h
	* Makefile.in: Regenerate.

*** Makefile.am	14 Nov 2008 06:54:40 -0000	1.255
--- Makefile.am	23 Dec 2008 10:51:20 -0000
***************
*** 1914,1920 ****

   # 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)
   diststuff: info $(EXTRA_DIST)
   all: info ld.1

--- 1914,1921 ----

   # 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 \
!            deffilep.c deffilep.h $(man_MANS)
   diststuff: info $(EXTRA_DIST)
   all: info ld.1




More information about the Binutils mailing list