make-rules/prep-patch.mk
changeset 4251 2bf7e2c1ca74
parent 4196 d697072a92f5
child 4252 891a844655c4
--- a/make-rules/prep-patch.mk	Wed May 06 15:27:49 2015 -0700
+++ b/make-rules/prep-patch.mk	Mon May 04 18:32:20 2015 -0500
@@ -54,7 +54,7 @@
 				LC_COLLATE=C sort)
 PATHCES +=	$(EXTRA_PATCHES)
 
-TMP_SUFFIXES = $(patsubst .patch_%,%, $(filter-out .patch,$(suffix $(PATCHES))))
+PCH_SUFFIXES = $(patsubst .patch_%,%, $(filter-out .patch,$(suffix $(PATCHES))))
 
 define patch-rule
 
@@ -87,5 +87,5 @@
 # Define the rules required to download any source archives and augment any
 # cleanup macros.
 #
-$(foreach suffix, $(TMP_SUFFIXES), $(eval $(call patch-rule,_$(suffix))))
+$(foreach suffix, $(PCH_SUFFIXES), $(eval $(call patch-rule,_$(suffix))))
 $(eval $(call patch-rule,))	# this must be last so we don't drop *.patch_%.