From a47f4d999d7002e9c48310e3e21fa76b337bd6fc Mon Sep 17 00:00:00 2001 From: Andrew Kesterson Date: Tue, 15 Oct 2013 02:28:55 -0400 Subject: [PATCH] Fixed makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d2ce900..b173206 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ ifndef RHEL_VERSION RHEL_VERSION=5 endif RPM=shunit-$(VERSION)-$(RELEASE).noarch.rpm -feq ($(RHEL_VERSION),5) +ifeq ($(RHEL_VERSION),5) MOCKFLAGS=--define "_source_filedigest_algorithm md5" --define "_binary_filedigest_algorithm md5" endif