From e42c2e35b12ebbb468f3123e32a24a3a8455df1b Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Thu, 2 Apr 2009 17:43:36 -1000 Subject: Use $(ARCHIVE_TAG) throughout the updates target. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b152a0bba..3db23472d 100644 --- a/Makefile +++ b/Makefile @@ -183,7 +183,7 @@ updates: @if [ ! -d updates-img ]; then \ mkdir updates-img ; \ fi ; \ - build_isys="$$(git diff --stat anaconda-11.5.0.35-1 isys | grep " | " | cut -d ' ' -f 2 | egrep "(Makefile|\.h|\.c)$$")" ; \ + build_isys="$$(git diff --stat $(ARCHIVE_TAG) isys | grep " | " | cut -d ' ' -f 2 | egrep "(Makefile|\.h|\.c)$$")" ; \ git diff --stat $(ARCHIVE_TAG) | grep " | " | \ grep -v "\.spec" | grep -v "Makefile" | grep -v "\.c\ " | \ grep -v "\.h" | grep -v "\.sh" | \ -- cgit