diff options
author | aoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-01-05 17:42:53 +0000 |
---|---|---|
committer | aoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-01-05 17:42:53 +0000 |
commit | deaa70c66be7bd6ae8a85b2b006850841ad49f18 (patch) | |
tree | 267c59a8b37f4be03f48f18d7ed2e9e557f91c09 /Makefile.tpl | |
parent | 734ef6299ca3351ff45f6a5536cb94859304a4aa (diff) | |
download | gcc-deaa70c66be7bd6ae8a85b2b006850841ad49f18.tar.gz |
* Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
@ from continuation.
* Makefile.in: Rebuilt.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@109385 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'Makefile.tpl')
-rw-r--r-- | Makefile.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.tpl b/Makefile.tpl index afeaef52fd0..7893e3481ec 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -857,7 +857,7 @@ clean-stage[+id+]: clean-stage[+id+]-[+prefix+][+module+] clean-stage[+id+]-[+prefix+][+module+]: @[ -f [+subdir+]/[+module+]/Makefile ] || [ -f [+subdir+]/stage[+id+]-[+module+]/Makefile ] \ || exit 0 ; \ - @[ `cat stage_current` = stage[+id+] ] || $(MAKE) stage[+id+]-start + [ `cat stage_current` = stage[+id+] ] || $(MAKE) stage[+id+]-start cd [+subdir+]/[+module+] && \ $(MAKE) [+args+] [+ IF prev +] \ [+poststage1_args+] [+ ENDIF prev +] \ |