diff options
author | Michael Stahl <mst@openoffice.org> | 2011-04-13 16:11:41 +0000 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-06-17 14:24:10 +0200 |
commit | bd162cb75a4115affb5451584bd9f094f3e37905 (patch) | |
tree | 462c5ae1fbb5bf3a6b40398a8f32aefda886d980 /comphelper/Library_comphelp.mk | |
parent | e9f6edc64553e458e15111aca6f3e778eb7afa2c (diff) |
gnumake4: #i116959#: kill gb_LinkTarget_set_{defs,cflags,cxxflags,objcxxflags} [hg:389f5e8ec8cd]
Diffstat (limited to 'comphelper/Library_comphelp.mk')
-rw-r--r-- | comphelper/Library_comphelp.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/comphelper/Library_comphelp.mk b/comphelper/Library_comphelp.mk index 0228d80b2f89..c50153b4f015 100644 --- a/comphelper/Library_comphelp.mk +++ b/comphelper/Library_comphelp.mk @@ -40,8 +40,7 @@ $(eval $(call gb_Library_set_include,comphelper,\ -I$(OUTDIR)/inc/offuh \ )) -$(eval $(call gb_Library_set_defs,comphelper,\ - $$(DEFS) \ +$(eval $(call gb_Library_add_defs,comphelper,\ -DCOMPHELPER_DLLIMPLEMENTATION \ )) |