diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-12-16 10:09:45 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-12-16 10:09:45 +0100 |
commit | 657bca91b115b380af16c13e5ca5d6a0f0f4a562 (patch) | |
tree | 695b2ea9142ae7cbe97599936af114f9e7a263fb | |
parent | 644bddc80a6c4d3bec2f32d6dcbbc0f450582511 (diff) |
Make 'make CompilerTest_compilerplugins_clang' work
Change-Id: I0a43bff9c87254d16ade84f3da2ff380250ebd9c
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 9b0496541504..3a8b8381e297 100644 --- a/Makefile.in +++ b/Makefile.in @@ -113,6 +113,7 @@ gbuild_TARGETS := AllLangHelp \ CliLibrary \ CliNativeLibrary \ CliUnoApi \ + CompilerTest \ Configuration \ CppunitTest \ CustomTarget \ |