Fixed makefile
This commit is contained in:
2
Makefile
2
Makefile
@@ -7,7 +7,7 @@ ifndef RHEL_VERSION
|
|||||||
RHEL_VERSION=5
|
RHEL_VERSION=5
|
||||||
endif
|
endif
|
||||||
RPM=shunit-$(VERSION)-$(RELEASE).noarch.rpm
|
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"
|
MOCKFLAGS=--define "_source_filedigest_algorithm md5" --define "_binary_filedigest_algorithm md5"
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user