From: S.Çağlar Onur Date: Mon, 11 Apr 2011 21:07:09 +0000 (-0400) Subject: remove wrong ifdef X-Git-Tag: 5.0-rc23~77^2~2 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=f906f46b79e316a24842a49d0bcc7c91ea3b794b;p=build.git remove wrong ifdef --- diff --git a/coblitz.mk b/coblitz.mk index 130ae857..eff9ec49 100644 --- a/coblitz.mk +++ b/coblitz.mk @@ -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