diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2006-01-05 17:45:45 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2006-01-05 17:45:45 +0000 |
commit | 7df68b67596f5115c0a58a5e0755487261439b48 (patch) | |
tree | 4bf42343067fa15bf8f0645934e35ac74aa6c434 /Makefile.tpl | |
parent | e2dad3f103bd0675db19efa0d58866e4441c2080 (diff) | |
download | gdb-7df68b67596f5115c0a58a5e0755487261439b48.tar.gz |
* Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
@ from continuation.
* Makefile.in: Rebuilt.
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 +] \ |