From e5e59f8ce8c95f01f011f945cfb844dfe79adaa5 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 3 Nov 2011 17:44:33 +0100 Subject: small fixes around ENABLE_THREADS --- tests/GNUmakefile | 4 +++- tests/library/GNUmakefile | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/GNUmakefile b/tests/GNUmakefile index e2d4b28..6462a9c 100644 --- a/tests/GNUmakefile +++ b/tests/GNUmakefile @@ -1,9 +1,11 @@ TOPDIR = .. +-include $(TOPDIR)/makefiles/gmake/platform.mk + SUBDIRS = port log gettext network daemon service library ifeq "$(ENABLE_THREADS)" "1" -SUBDIRS = $(SUBDIRS) threads +SUBDIRS += threads endif -include $(TOPDIR)/makefiles/gmake/sub.mk diff --git a/tests/library/GNUmakefile b/tests/library/GNUmakefile index 7b63f04..85c5234 100644 --- a/tests/library/GNUmakefile +++ b/tests/library/GNUmakefile @@ -23,6 +23,7 @@ test_loader$(EXE): $(TOPDIR)/src/libwolf.a $(DYNAMIC_LIB).$(DYNAMIC_LIB_MAJOR).$ local_all: local_clean: + @-rm -f testlib.so.0.0.0 local_distclean: -- cgit v1.2.3-54-g00ecf