diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-03-30 22:04:51 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-03-30 22:04:51 +0200 |
commit | c0b680037c24582b3aceca05b5faffe58904218d (patch) | |
tree | 05c07ee606342f14b41f3dee2c24c10cca405d55 | |
parent | 5eb733cf67240c05c8e4d6f5728c99d3028f6cd2 (diff) |
Typo
Change-Id: I3128bf9c7f80582d07a799c81e259490144993a3
-rw-r--r-- | writerperfect/StaticLibrary_writerperfect_importtestbase.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/writerperfect/StaticLibrary_writerperfect_importtestbase.mk b/writerperfect/StaticLibrary_writerperfect_importtestbase.mk index 172ca40c5dec..bdd79708076a 100644 --- a/writerperfect/StaticLibrary_writerperfect_importtestbase.mk +++ b/writerperfect/StaticLibrary_writerperfect_importtestbase.mk @@ -14,7 +14,7 @@ $(eval $(call gb_StaticLibrary_set_include,writerperfect_importtestbase,\ $$(INCLUDE) \ )) -$(eval $(call gb_StatiLibrary_use_externals,writerperfect_importtestbase,\ +$(eval $(call gb_StaticLibrary_use_externals,writerperfect_importtestbase,\ boost_headers \ cppunit \ )) |