From 247367948e9cb629126422ce2ea60c67c08bff70 Mon Sep 17 00:00:00 2001 From: Carmelo Amoroso Date: Thu, 3 Dec 2009 12:21:54 +0100 Subject: build: Move test build flags in Makefile.in Move test build flags in Makefile.in Makefile should be used only as a container for other sub Makefiles Signed-off-by: Carmelo Amoroso --- test/pthread/Makefile | 1 - test/pthread/Makefile.in | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/pthread/Makefile b/test/pthread/Makefile index 5f2033d42..d6f00d643 100644 --- a/test/pthread/Makefile +++ b/test/pthread/Makefile @@ -1,7 +1,6 @@ # uClibc pthread tests # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. -TESTS_DISABLED += cancellation-points top_builddir=../../ include ../Rules.mak -include Makefile.in diff --git a/test/pthread/Makefile.in b/test/pthread/Makefile.in index d3412f6b8..c50748d69 100644 --- a/test/pthread/Makefile.in +++ b/test/pthread/Makefile.in @@ -1,6 +1,7 @@ # uClibc pthread tests # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. +TESTS_DISABLED += cancellation-points EXTRA_LDFLAGS := -lpthread -- cgit v1.2.3