Add diststuff target to Makefile.
gold/ PR gold/18200 * Makefile.am (diststuff): Add target. * Makefile.in: Regenerate.
This commit is contained in:
parent
cd3c333f43
commit
bdd2d2b7e6
3 changed files with 12 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2015-06-04 Cary Coutant <ccoutant@gmail.com>
|
||||
|
||||
PR gold/18200
|
||||
* Makefile.am (diststuff): Add target.
|
||||
* Makefile.in: Regenerate.
|
||||
|
||||
2015-06-04 Cary Coutant <ccoutant@gmail.com>
|
||||
|
||||
PR gold/17498
|
||||
|
|
|
@ -169,6 +169,8 @@ DEFFILES = arm-reloc.def aarch64-reloc.def
|
|||
|
||||
EXTRA_DIST = yyscript.c yyscript.h
|
||||
|
||||
diststuff: $(EXTRA_DIST)
|
||||
|
||||
TARGETSOURCES = \
|
||||
i386.cc x86_64.cc sparc.cc powerpc.cc arm.cc arm-reloc-property.cc tilegx.cc \
|
||||
mips.cc aarch64.cc aarch64-reloc-property.cc
|
||||
|
|
|
@ -70,8 +70,8 @@ subdir = .
|
|||
DIST_COMMON = NEWS README ChangeLog $(srcdir)/Makefile.in \
|
||||
$(srcdir)/Makefile.am $(top_srcdir)/configure \
|
||||
$(am__configure_deps) $(srcdir)/config.in \
|
||||
$(srcdir)/../mkinstalldirs $(top_srcdir)/po/Make-in ffsll.c \
|
||||
ftruncate.c pread.c mremap.c yyscript.h yyscript.c \
|
||||
$(srcdir)/../mkinstalldirs $(top_srcdir)/po/Make-in mremap.c \
|
||||
pread.c ffsll.c ftruncate.c yyscript.h yyscript.c \
|
||||
$(srcdir)/../depcomp $(srcdir)/../ylwrap
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
am__aclocal_m4_deps = $(top_srcdir)/../config/depstand.m4 \
|
||||
|
@ -1297,6 +1297,8 @@ uninstall-am: uninstall-binPROGRAMS
|
|||
uninstall-am uninstall-binPROGRAMS
|
||||
|
||||
|
||||
diststuff: $(EXTRA_DIST)
|
||||
|
||||
# Use an explicit dependency for the bison generated header file.
|
||||
expression.$(OBJEXT): yyscript.h
|
||||
script-sections.$(OBJEXT): yyscript.h
|
||||
|
|
Loading…
Add table
Reference in a new issue