diff options
author | Michael Stahl <mstahl@redhat.com> | 2016-11-21 23:10:52 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-11-22 13:14:57 +0100 |
commit | 6a18fdceb5e6a2f2f9029ec767b405b4475a19e0 (patch) | |
tree | 02322a862e8d4b0ecb1e1adad77cbdca4eb956a4 /sal | |
parent | ac9ba521176c602544bf5fe1fdc1d216bfdd9849 (diff) |
trivial makefile cleanups
Change-Id: Ida5bdfa06ecd7907305f4f171ca5ab64260d0259
Diffstat (limited to 'sal')
-rw-r--r-- | sal/CppunitTest_sal_rtl_oustring.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sal/CppunitTest_sal_rtl_oustring.mk b/sal/CppunitTest_sal_rtl_oustring.mk index a974f609bfa0..1877ab32411f 100644 --- a/sal/CppunitTest_sal_rtl_oustring.mk +++ b/sal/CppunitTest_sal_rtl_oustring.mk @@ -19,9 +19,9 @@ $(eval $(call gb_CppunitTest_use_libraries,sal_rtl_oustring,\ )) $(eval $(call gb_CppunitTest_set_include,sal_rtl_oustring,\ - -I$(SRCDIR)/sal/qa/inc \ - $$(INCLUDE) \ - )) + -I$(SRCDIR)/sal/qa/inc \ + $$(INCLUDE) \ +)) # The test uses O(U)String capabilities that dlopen this lib: $(call gb_CppunitTest_get_target,sal_rtl_oustring) : \ |