aboutsummaryrefslogtreecommitdiff
path: root/Makefile.tpl
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2006-01-05 17:45:45 +0000
committerAlexandre Oliva <aoliva@redhat.com>2006-01-05 17:45:45 +0000
commit44b2308fa3aaa2e4129c3df7ad22b7476d527cbf (patch)
tree4c8a69d3d0249c4a90dae19b4e6817129b83cf03 /Makefile.tpl
parentded931ebd3dc2895baf98ed42572e27e841ddf20 (diff)
downloadfsf-binutils-gdb-44b2308fa3aaa2e4129c3df7ad22b7476d527cbf.zip
fsf-binutils-gdb-44b2308fa3aaa2e4129c3df7ad22b7476d527cbf.tar.gz
fsf-binutils-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.tpl2
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 +] \