Fixed makefile

This commit is contained in:
2013-10-15 02:28:55 -04:00
parent 5fd4d0af8c
commit a47f4d999d

View File

@@ -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