diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-06-20 13:24:12 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-06-20 13:24:12 +0200 |
commit | 5cba588ff2e3a97317f9e4fb004ef99bcda6f577 (patch) | |
tree | 324e59dafc1bcc17ac50b5017ef0061fec08a6f1 /idl | |
parent | 92667c8edbaee9a252b1d5d221eb62849f76697c (diff) |
gnumake4: fix buildbreakers from merge
Diffstat (limited to 'idl')
-rw-r--r-- | idl/Executable_svidl.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/idl/Executable_svidl.mk b/idl/Executable_svidl.mk index a856cf7a4612..da39f4d7d249 100644 --- a/idl/Executable_svidl.mk +++ b/idl/Executable_svidl.mk @@ -42,7 +42,6 @@ $(eval $(call gb_Executable_add_defs,svidl,\ $(eval $(call gb_Executable_add_linked_libs,svidl,\ tl \ sal \ - stl \ $(gb_STDLIBS) \ )) |