summaryrefslogtreecommitdiffstats
path: root/gas/Makefile.am
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2012-09-11 00:39:02 +0000
committerAlan Modra <amodra@gmail.com>2012-09-11 00:39:02 +0000
commit5c7a0b3ee7ee9834e37fe8dca8495a828037906a (patch)
tree785cc17315b692975034957db974867fd4e2ed0e /gas/Makefile.am
parentdfd4e82a80dd8217b93fee87d379e7c4aa04126b (diff)
downloadppe42-binutils-5c7a0b3ee7ee9834e37fe8dca8495a828037906a.tar.gz
ppe42-binutils-5c7a0b3ee7ee9834e37fe8dca8495a828037906a.zip
* Makefile.am (bootstrap): Add $EXEEXT to dependency.
* Makefile.in: Regenerate.
Diffstat (limited to 'gas/Makefile.am')
-rw-r--r--gas/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/Makefile.am b/gas/Makefile.am
index 256e2322fd..fdfa452456 100644
--- a/gas/Makefile.am
+++ b/gas/Makefile.am
@@ -601,7 +601,7 @@ install-exec-tooldir: install-exec-bindir $(noinst_PROGRAMS)
.PHONY: bootstrap bootstrap2 bootstrap3 stage1 stage2 stage3 comparison
-bootstrap: as-new
+bootstrap: as-new$(EXEEXT)
$(MAKE) stage1
rm -f stage && ln -s stage1 stage
$(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
OpenPOWER on IntegriCloud