aboutsummaryrefslogtreecommitdiff
path: root/Makefile.tpl
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2007-01-09 14:09:57 +0000
committerNick Clifton <nickc@redhat.com>2007-01-09 14:09:57 +0000
commitf86e35b82d53c9aaa17f4a9e054920b6b25e771d (patch)
tree4fa89c676e7a5a2ba98af1c9956e65a65ee66a16 /Makefile.tpl
parentb1b532dd03d4410ebb4a19385c17bf5fb3b62406 (diff)
downloadfsf-binutils-gdb-f86e35b82d53c9aaa17f4a9e054920b6b25e771d.zip
fsf-binutils-gdb-f86e35b82d53c9aaa17f4a9e054920b6b25e771d.tar.gz
fsf-binutils-gdb-f86e35b82d53c9aaa17f4a9e054920b6b25e771d.tar.bz2
* Makefile.tpl (all-target): Correct @if conditional for target modules.
* configure.in: Omit libiberty if building only target libgcc. * configure, Makefile.in: Regenerated.
Diffstat (limited to 'Makefile.tpl')
-rw-r--r--Makefile.tpl5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.tpl b/Makefile.tpl
index 58f837d..2d4fe07 100644
--- a/Makefile.tpl
+++ b/Makefile.tpl
@@ -531,9 +531,10 @@ all-host: maybe-all-[+module+][+ IF bootstrap +]
.PHONY: all-target
[+ FOR target_modules +][+ IF bootstrap +]
-@if [+module+]-no-bootstrap[+ ENDIF bootstrap +]
+@if target-[+module+]-no-bootstrap[+ ENDIF bootstrap +]
all-target: maybe-all-target-[+module+][+ IF bootstrap +]
-@endif [+module+]-no-bootstrap[+ ENDIF bootstrap +][+ ENDFOR target_modules +]
+@endif target-[+module+]-no-bootstrap[+
+ ENDIF bootstrap +][+ ENDFOR target_modules +]
# Do a target for all the subdirectories. A ``make do-X'' will do a
# ``make X'' in all subdirectories (because, in general, there is a