* Makefile.tpl (all): Avoid a trailing backslash.
* Makefile.in: Regenerate.
This commit is contained in:
		| @@ -1,3 +1,9 @@ | |||||||
|  | 2009-06-03  Jerome Guitton  <guitton@adacore.com> | ||||||
|  | 	    Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> | ||||||
|  |  | ||||||
|  |         * Makefile.tpl (all): Avoid a trailing backslash. | ||||||
|  |         * Makefile.in: Regenerate. | ||||||
|  |  | ||||||
| 2009-06-03  Ben Elliston  <bje@au.ibm.com> | 2009-06-03  Ben Elliston  <bje@au.ibm.com> | ||||||
|  |  | ||||||
| 	* config.sub, config.guess: Update from upstream sources. | 	* config.sub, config.guess: Update from upstream sources. | ||||||
|   | |||||||
| @@ -862,8 +862,9 @@ all: | |||||||
| 	  $(MAKE) $(RECURSE_FLAGS_TO_PASS) all-host all-target \
 | 	  $(MAKE) $(RECURSE_FLAGS_TO_PASS) all-host all-target \
 | ||||||
| @if gcc-bootstrap | @if gcc-bootstrap | ||||||
| 	    ; \
 | 	    ; \
 | ||||||
| 	fi | 	fi \
 | ||||||
| @endif gcc-bootstrap | @endif gcc-bootstrap | ||||||
|  | 	&& : | ||||||
| 
 | 
 | ||||||
| .PHONY: all-build | .PHONY: all-build | ||||||
| 
 | 
 | ||||||
|   | |||||||
| @@ -628,8 +628,9 @@ all: | |||||||
| 	  $(MAKE) $(RECURSE_FLAGS_TO_PASS) all-host all-target \ | 	  $(MAKE) $(RECURSE_FLAGS_TO_PASS) all-host all-target \ | ||||||
| @if gcc-bootstrap | @if gcc-bootstrap | ||||||
| 	    ; \ | 	    ; \ | ||||||
| 	fi | 	fi \ | ||||||
| @endif gcc-bootstrap | @endif gcc-bootstrap | ||||||
|  | 	&& : | ||||||
|  |  | ||||||
| .PHONY: all-build | .PHONY: all-build | ||||||
| [+ FOR build_modules +] | [+ FOR build_modules +] | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user