diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2006-01-05 17:42:53 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@gcc.gnu.org> | 2006-01-05 17:42:53 +0000 |
commit | 32ce4048fb9f801ace0b534b37d2ffc1a2be3068 (patch) | |
tree | 267c59a8b37f4be03f48f18d7ed2e9e557f91c09 /Makefile.tpl | |
parent | 3e595be57a1e99dd5f038fe13279179179e6e46d (diff) | |
download | gcc-32ce4048fb9f801ace0b534b37d2ffc1a2be3068.tar.gz |
Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove @ from continuation.
* Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
@ from continuation.
* Makefile.in: Rebuilt.
From-SVN: r109385
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 +] \ |