9991ea
From 0c1c338accaf23b993781535c68bdaf93ba05430 Mon Sep 17 00:00:00 2001
9991ea
From: Martin Kosek <mkosek@redhat.com>
9991ea
Date: Mon, 6 Jan 2014 10:47:19 +0100
9991ea
Subject: [PATCH] Do not build tests
9991ea
9991ea
Tests have been moved to other SRPM.
9991ea
---
9991ea
 Makefile | 4 ++--
9991ea
 1 file changed, 2 insertions(+), 2 deletions(-)
9991ea
9991ea
diff --git a/Makefile b/Makefile
9991ea
index 9ed3bb59a0f1d52e1b40430bb9516d9438b0fcb4..7a1e7fd9dcf916d2a238c44ec34bd33fe8989c03 100644
9991ea
--- a/Makefile
9991ea
+++ b/Makefile
9991ea
@@ -55,7 +55,7 @@ PYTHON ?= $(shell rpm -E %__python)
9991ea
 CFLAGS := -g -O2 -Werror -Wall -Wextra -Wformat-security -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers $(CFLAGS)
9991ea
 export CFLAGS
9991ea
 
9991ea
-all: bootstrap-autogen server tests
9991ea
+all: bootstrap-autogen server
9991ea
 	@for subdir in $(SUBDIRS); do \
9991ea
 		(cd $$subdir && $(MAKE) $@) || exit 1; \
9991ea
 	done
9991ea
@@ -77,7 +77,7 @@ client-autogen: version-update
9991ea
 tests-man-autogen: version-update
9991ea
 	cd ipatests/man; if [ ! -e Makefile ]; then ../../autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libdir=$(LIBDIR); fi
9991ea
 
9991ea
-install: all server-install tests-install
9991ea
+install: all server-install
9991ea
 	@for subdir in $(SUBDIRS); do \
9991ea
 		(cd $$subdir && $(MAKE) $@) || exit 1; \
9991ea
 	done
9991ea
-- 
9991ea
1.8.4.2
9991ea