diff options
Diffstat (limited to 'gold/Makefile.am')
-rw-r--r-- | gold/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gold/Makefile.am b/gold/Makefile.am index 5603f3c..01b00a4 100644 --- a/gold/Makefile.am +++ b/gold/Makefile.am @@ -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 |