From 5c7a0b3ee7ee9834e37fe8dca8495a828037906a Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Tue, 11 Sep 2012 00:39:02 +0000 Subject: * Makefile.am (bootstrap): Add $EXEEXT to dependency. * Makefile.in: Regenerate. --- gas/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gas/Makefile.in') diff --git a/gas/Makefile.in b/gas/Makefile.in index 94812d96db9..a2d8902bc97 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) -- cgit v1.2.1