Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2006-01-05 20:45:45 +0300
committerAlexandre Oliva <aoliva@redhat.com>2006-01-05 20:45:45 +0300
commit087df652618a467aacfa354a8c9acbdf55d7f33d (patch)
treea2147b659c8e7324368b1b1053ad1837fe20e82c /Makefile.tpl
parentb39b8c14fa6484710af9b1d9bef286f15581d1e5 (diff)
* 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 afeaef52f..7893e3481 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 +] \