From 26dc9e98952a4a23f6312316e925dcb85e3861f6 Mon Sep 17 00:00:00 2001 From: Nathanael Nerode Date: Tue, 3 Jun 2003 16:36:52 +0000 Subject: * Makefile.tpl: Rename [+target+] to [+make_target+]. * Makefile.def: Rename 'target' to 'make_target'. --- Makefile.tpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile.tpl') diff --git a/Makefile.tpl b/Makefile.tpl index a348206c7bf..716777c4994 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 -- cgit v1.2.1