From ad9590192b9cb29aaa79cbc003aec1cb1ac6031f Mon Sep 17 00:00:00 2001
From: Martin Kosek <mkosek@redhat.com>
Date: Wed, 22 May 2013 11:55:06 +0200
Subject: [PATCH] Remove i18test from build process
Required package python-polib is not present in RHEL-7.0.
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 7a91fbe233d588c3c8dda1bff2daf2bdd5e7717c..9bf0a8ab1ea33777e6810a87748fc36a0e199d0a 100644
--- a/Makefile
+++ b/Makefile
@@ -113,7 +113,7 @@ client-dirs:
fi
lint: bootstrap-autogen
- $(MAKE) -C install/po validate-src-strings
+ @echo "lint target skipped in RHEL-7.0 due to missing dependencies"
test:
--
2.1.0