make-rules/prep-git.mk
changeset 4251 2bf7e2c1ca74
parent 4196 d697072a92f5
child 4358 76306610179e
--- a/make-rules/prep-git.mk	Wed May 06 15:27:49 2015 -0700
+++ b/make-rules/prep-git.mk	Mon May 04 18:32:20 2015 -0500
@@ -28,7 +28,7 @@
 # GIT_COMMIT_ID{_[0-9]+} to match.
 #
 
-TMP_SUFFIXES = $(subst GIT_REPO_,, $(filter GIT_REPO_%, $(.VARIABLES)))
+GIT_SUFFIXES = $(subst GIT_REPO_,, $(filter GIT_REPO_%, $(.VARIABLES)))
 
 define git-rules
 ifdef GIT_REPO$(1)
@@ -74,4 +74,4 @@
 # cleanup macros.
 #
 $(eval $(call git-rules,))
-$(foreach suffix, $(TMP_SUFFIXES), $(eval $(call git-rules,_$(suffix))))
+$(foreach suffix, $(GIT_SUFFIXES), $(eval $(call git-rules,_$(suffix))))