summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2016-11-21 23:10:52 +0100
committerMichael Stahl <mstahl@redhat.com>2016-11-22 13:14:57 +0100
commit6a18fdceb5e6a2f2f9029ec767b405b4475a19e0 (patch)
tree02322a862e8d4b0ecb1e1adad77cbdca4eb956a4 /basic
parentac9ba521176c602544bf5fe1fdc1d216bfdd9849 (diff)
trivial makefile cleanups
Change-Id: Ida5bdfa06ecd7907305f4f171ca5ab64260d0259
Diffstat (limited to 'basic')
-rw-r--r--basic/CppunitTest_basic_scanner.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/basic/CppunitTest_basic_scanner.mk b/basic/CppunitTest_basic_scanner.mk
index c921cc5ec0fe..aa03f41ce757 100644
--- a/basic/CppunitTest_basic_scanner.mk
+++ b/basic/CppunitTest_basic_scanner.mk
@@ -41,9 +41,9 @@ $(eval $(call gb_CppunitTest_use_system_win32_libs,basic_scanner, \
endif
$(eval $(call gb_CppunitTest_set_include,basic_scanner,\
--I$(SRCDIR)/basic/source/inc \
--I$(SRCDIR)/basic/inc \
-$$(INCLUDE) \
+ -I$(SRCDIR)/basic/source/inc \
+ -I$(SRCDIR)/basic/inc \
+ $$(INCLUDE) \
))
# vim: set noet sw=4 ts=4: