* Makefile.am (bootstrap): Add $EXEEXT to dependency.
authorAlan Modra <amodra@gmail.com>
Tue, 11 Sep 2012 00:39:02 +0000 (00:39 +0000)
committerAlan Modra <amodra@gmail.com>
Tue, 11 Sep 2012 00:39:02 +0000 (00:39 +0000)
* Makefile.in: Regenerate.

gas/ChangeLog
gas/Makefile.am
gas/Makefile.in

index 811eb135070909bf2343bb55be2d0683c90559ef..7b736da302088889c78dbef2cfe6992f8755723e 100644 (file)
@@ -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.
index 256e2322fd80f84d8fa8fab735c85446dff4f506..fdfa452456adf174a354395073293611ac5ea664 100644 (file)
@@ -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)
index 94812d96db9cb13bdbdd0243a6b9a021e95e0a0b..a2d8902bc97795c86d0789da7a84bb77fcd222e1 100644 (file)
@@ -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)