diff options
author | Nick Clifton <nickc@redhat.com> | 2014-03-04 17:22:46 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2014-03-04 17:22:46 +0000 |
commit | 0b55a33ebe733e0c7cc955db8caa280a8184c607 (patch) | |
tree | 6446e41f9fa0bd58c15010c3e3cb02837761ed4a /ld/Makefile.am | |
parent | eed94f8f8eddbd2268fc317508044bedc81a4e70 (diff) | |
download | gdb-0b55a33ebe733e0c7cc955db8caa280a8184c607.zip gdb-0b55a33ebe733e0c7cc955db8caa280a8184c607.tar.gz gdb-0b55a33ebe733e0c7cc955db8caa280a8184c607.tar.bz2 |
Remove default-manifest from ALL_EMUL_EXTRA_BINARIES so that it is not mistakenly
built when constructing a toolchain configued from all targets.
* Makefile.am (ALL_EMUL_EXTRA_BINARIES): Remove default-manifest.
* Makefile.in: Regenerate.
Diffstat (limited to 'ld/Makefile.am')
-rw-r--r-- | ld/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ld/Makefile.am b/ld/Makefile.am index e15dfac..a7e98959 100644 --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -491,8 +491,7 @@ ALL_EMUL_EXTRA_OFILES = \ pe-dll.@OBJEXT@ \ pep-dll.@OBJEXT@ -ALL_EMUL_EXTRA_BINARIES = \ - default-manifest.@OBJEXT@ +ALL_EMUL_EXTRA_BINARIES = CFILES = ldctor.c ldemul.c ldexp.c ldfile.c ldlang.c \ ldmain.c ldmisc.c ldver.c ldwrite.c lexsup.c \ |