diff options
author | Alan Modra <amodra@gmail.com> | 2012-09-11 00:39:02 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2012-09-11 00:39:02 +0000 |
commit | 5c7a0b3ee7ee9834e37fe8dca8495a828037906a (patch) | |
tree | 785cc17315b692975034957db974867fd4e2ed0e /gas | |
parent | dfd4e82a80dd8217b93fee87d379e7c4aa04126b (diff) | |
download | gdb-5c7a0b3ee7ee9834e37fe8dca8495a828037906a.zip gdb-5c7a0b3ee7ee9834e37fe8dca8495a828037906a.tar.gz gdb-5c7a0b3ee7ee9834e37fe8dca8495a828037906a.tar.bz2 |
* Makefile.am (bootstrap): Add $EXEEXT to dependency.
* Makefile.in: Regenerate.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 | ||||
-rw-r--r-- | gas/Makefile.am | 2 | ||||
-rw-r--r-- | gas/Makefile.in | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 811eb13..7b736da 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2012-09-11 Alan Modra <amodra@gmail.com> + + * Makefile.am (bootstrap): Add $EXEEXT to dependency. + * Makefile.in: Regenerate. + 2012-09-10 Matthias Klose <doko@ubuntu.com> * config.in: Disable sanity check for kfreebsd. diff --git a/gas/Makefile.am b/gas/Makefile.am index 256e232..fdfa452 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) diff --git a/gas/Makefile.in b/gas/Makefile.in index 94812d9..a2d8902 100644 --- a/gas/Makefile.in +++ b/gas/Makefile.in @@ -2582,7 +2582,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) |