remove wrong ifdef
authorS.Çağlar Onur <caglar@verivue.com>
Mon, 11 Apr 2011 21:07:09 +0000 (17:07 -0400)
committerS.Çağlar Onur <caglar@verivue.com>
Mon, 11 Apr 2011 21:07:09 +0000 (17:07 -0400)
coblitz.mk

index 130ae85..eff9ec4 100644 (file)
@@ -377,11 +377,9 @@ release-RPMDATE := yes
 ALL += release
 
 ifeq "$(PLDISTROTAGS)" "coblitz-latest-tags.mk"
-ifeq "$(DISTRONAME)" "centos5"
 # chroot supported yum
 yum-MODULES := yum
 yum-SPEC := yum.spec
 yum-BUILD-FROM-SRPM := yes
 ALL += yum
 endif
-endif