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 | 44b2308fa3aaa2e4129c3df7ad22b7476d527cbf (patch) | |
tree | 4c8a69d3d0249c4a90dae19b4e6817129b83cf03 /Makefile.tpl | |
parent | ded931ebd3dc2895baf98ed42572e27e841ddf20 (diff) | |
download | gdb-44b2308fa3aaa2e4129c3df7ad22b7476d527cbf.zip gdb-44b2308fa3aaa2e4129c3df7ad22b7476d527cbf.tar.gz gdb-44b2308fa3aaa2e4129c3df7ad22b7476d527cbf.tar.bz2 |
* 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 afeaef5..7893e34 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 +] \ |