This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]