gas makefile tweak

Alan Modra amodra@gmail.com
Tue Sep 11 00:39:00 GMT 2012


Applied.

	* Makefile.am (bootstrap): Add $EXEEXT to dependency.
	* Makefile.in: Regenerate.

Index: gas/Makefile.am
===================================================================
RCS file: /cvs/src/src/gas/Makefile.am,v
retrieving revision 1.201
diff -u -p -r1.201 Makefile.am
--- gas/Makefile.am	13 Aug 2012 14:52:44 -0000	1.201
+++ gas/Makefile.am	10 Sep 2012 23:37:50 -0000
@@ -601,7 +601,7 @@ install-exec-tooldir: install-exec-bindi
 
 .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)

-- 
Alan Modra
Australia Development Lab, IBM



More information about the Binutils mailing list