aboutsummaryrefslogtreecommitdiff
path: root/ld/Makefile.in
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2008-11-14 06:54:40 +0000
committerAlan Modra <amodra@gmail.com>2008-11-14 06:54:40 +0000
commit43b5d01b26f1cc37cc31d79df3cb93db4bdc63dd (patch)
tree892843f4386fac7a7402e07a0213f8faacbb8dae /ld/Makefile.in
parenta3aa4338e2cc1c29fe3a77bd49f0b3d048e40b06 (diff)
downloadgdb-43b5d01b26f1cc37cc31d79df3cb93db4bdc63dd.zip
gdb-43b5d01b26f1cc37cc31d79df3cb93db4bdc63dd.tar.gz
gdb-43b5d01b26f1cc37cc31d79df3cb93db4bdc63dd.tar.bz2
* Makefile.am (spu_ovl.o_c): Add missing line continuations.
* Makefile.in: Regenerate.
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r--ld/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in
index f2e1030..fffc6e0 100644
--- a/ld/Makefile.in
+++ b/ld/Makefile.in
@@ -1600,9 +1600,9 @@ eelf32_spu.c: $(srcdir)/emulparams/elf32_spu.sh $(srcdir)/emultempl/spuelf.em \
$(srcdir)/emultempl/spu_ovl.o_c: @MAINT@ $(srcdir)/emultempl/spu_ovl.S
if ../gas/as-new --version \
| grep 'target.*spu' >/dev/null 2>/dev/null; then \
- cpp -DOVLY_IRQ_SAVE $(srcdir)/emultempl/spu_ovl.S spu_ovl.s
+ cpp -DOVLY_IRQ_SAVE $(srcdir)/emultempl/spu_ovl.S spu_ovl.s; \
../gas/as-new -o spu_ovl.o spu_ovl.s; \
- ../binutils/bin2c <spu_ovl.o >$@
+ ../binutils/bin2c <spu_ovl.o >$@; \
fi
eelf32_i860.c: $(srcdir)/emulparams/elf32_i860.sh \
$(ELF_GEN_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}