summaryrefslogtreecommitdiff
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
commit7bd3b61b8249c3d31ff01e5c8a044b39c98a78c0 (patch)
tree037840196aa57142e40929b9aa35a7daf32cff28 /Makefile.tpl
parent4364200a26402afaded3516729f52bb9bd75cde2 (diff)
downloadbinutils-redhat-7bd3b61b8249c3d31ff01e5c8a044b39c98a78c0.tar.gz
* 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 afeaef52fd..7893e3481e 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 +] \