Index: benchmark/Makefile.am
===================================================================
--- benchmark/Makefile.am	(revision 679363c9dd74e91adb17e95394dbba54046399f4)
+++ benchmark/Makefile.am	(revision abec2f8d60181f637cd5e280d36dade3aec5bd50)
@@ -22,5 +22,5 @@
 
 AM_CFLAGS = -O2 -Wall -Wextra -I$(srcdir) -lrt -pthread # -Werror
-AM_CFAFLAGS = -quiet -nodebug -in-tree
+AM_CFAFLAGS = -quiet -nodebug
 AM_UPPFLAGS = -quiet -nodebug -multi -std=c++14
 
Index: benchmark/Makefile.in
===================================================================
--- benchmark/Makefile.in	(revision 679363c9dd74e91adb17e95394dbba54046399f4)
+++ benchmark/Makefile.in	(revision abec2f8d60181f637cd5e280d36dade3aec5bd50)
@@ -376,5 +376,5 @@
 # applies to both programs
 AM_CFLAGS = -O2 -Wall -Wextra -I$(srcdir) -lrt -pthread # -Werror
-AM_CFAFLAGS = -quiet -nodebug -in-tree
+AM_CFAFLAGS = -quiet -nodebug
 AM_UPPFLAGS = -quiet -nodebug -multi -std=c++14
 BENCH_V_CC = $(__bench_v_CC_$(__quiet))
Index: longrun_tests/Makefile.am
===================================================================
--- longrun_tests/Makefile.am	(revision 679363c9dd74e91adb17e95394dbba54046399f4)
+++ longrun_tests/Makefile.am	(revision abec2f8d60181f637cd5e280d36dade3aec5bd50)
@@ -43,5 +43,4 @@
 	-I$(srcdir) \
 	-DTEST_$(shell cat .type | tr a-z A-Z) \
-	-in-tree
 
 TESTS = block coroutine create disjoint enter enter3 processor stack wait yield
Index: tests/pybin/settings.py
===================================================================
--- tests/pybin/settings.py	(revision 679363c9dd74e91adb17e95394dbba54046399f4)
+++ tests/pybin/settings.py	(revision abec2f8d60181f637cd5e280d36dade3aec5bd50)
@@ -96,5 +96,5 @@
 			distribute = False
 
-		self.string = "installed" if value else "in-tree"
+		self.string = "installed" if value else "in tree"
 		self.flags  = """installed=%s""" % ("yes" if value else "no")
 
