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:
authorNathanael Nerode <neroden@gcc.gnu.org>2003-06-03 20:36:52 +0400
committerNathanael Nerode <neroden@gcc.gnu.org>2003-06-03 20:36:52 +0400
commit878813bd4f2e08d5e57efea1c48df2be21a4ded0 (patch)
tree6e59683859813689861a156831442f6d4e82fc3e /Makefile.tpl
parent283857c8db22d83c9ad65008079c665cc90fb301 (diff)
* Makefile.tpl: Rename [+target+] to [+make_target+].
* Makefile.def: Rename 'target' to 'make_target'.
Diffstat (limited to 'Makefile.tpl')
-rw-r--r--Makefile.tpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.tpl b/Makefile.tpl
index a348206c7..716777c49 100644
--- a/Makefile.tpl
+++ b/Makefile.tpl
@@ -608,8 +608,8 @@ all-target: [+
# because it is so large that it can easily overflow the command line
# length limit on some systems.
[+ FOR recursive_targets +]
-.PHONY: do-[+target+]
-do-[+target+]:
+.PHONY: do-[+make_target+]
+do-[+make_target+]:
@r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \
$(SET_LIB_PATH) \
@@ -632,7 +632,7 @@ do-[+target+]:
"CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \
"RANLIB=$${RANLIB}" \
"DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" \
- [+target+]) \
+ [+make_target+]) \
|| exit 1; \
else true; fi; \
done
@@ -650,7 +650,7 @@ do-[+target+]:
"CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \
"RANLIB=$${RANLIB}" \
"DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" \
- [+target+]) \
+ [+make_target+]) \
|| exit 1; \
else true; fi; \
done