diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-09-28 16:53:11 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-09-28 16:53:11 +0200 |
commit | be70d912a3bb48018a588365eef031fdd5ce032e (patch) | |
tree | 8945de908cdfe3ac25ff7e8a865c5020b2ff5f72 | |
parent | 5032dc0fc339ba6b200e80a5482cc86e00662a0b (diff) |
vcl: remove gb_STDLIBS that crept in today
Change-Id: Icb760daeca27289e424a72fb743d4e3bbd0e526d
-rw-r--r-- | vcl/Executable_ui-previewer.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/Executable_ui-previewer.mk b/vcl/Executable_ui-previewer.mk index 06cf218802da..51d12d027827 100644 --- a/vcl/Executable_ui-previewer.mk +++ b/vcl/Executable_ui-previewer.mk @@ -48,7 +48,6 @@ $(eval $(call gb_Executable_use_libraries,ui-previewer,\ tl \ ucbhelper \ vcl \ - $(gb_STDLIBS) \ )) $(eval $(call gb_Executable_add_exception_objects,ui-previewer,\ |