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 | ec93d094ca821f3430c31f996003e94d748d3547 (patch) | |
tree | 34dd8e72ecc1662ff4191ca43e46f4f61148a657 /unoxml | |
parent | 126d9138996b649bd7f5e86248713296492e03c9 (diff) |
gnumake4: #i116959#: kill gb_LinkTarget_set_{defs,cflags,cxxflags,objcxxflags} [hg:389f5e8ec8cd]
Diffstat (limited to 'unoxml')
-rw-r--r-- | unoxml/Library_unordf.mk | 4 | ||||
-rw-r--r-- | unoxml/Library_unoxml.mk | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/unoxml/Library_unordf.mk b/unoxml/Library_unordf.mk index 4a2ef0f20349..e4350aabc76a 100644 --- a/unoxml/Library_unordf.mk +++ b/unoxml/Library_unordf.mk @@ -34,10 +34,6 @@ $(eval $(call gb_Library_set_include,unordf,\ -I$(OUTDIR)/inc/offuh \ )) -$(eval $(call gb_Library_set_defs,unordf,\ - $$(DEFS) \ -)) - $(eval $(call gb_Library_add_linked_libs,unordf,\ cppuhelper \ cppu \ diff --git a/unoxml/Library_unoxml.mk b/unoxml/Library_unoxml.mk index d88296e6799f..44ead4e9e550 100644 --- a/unoxml/Library_unoxml.mk +++ b/unoxml/Library_unoxml.mk @@ -34,10 +34,6 @@ $(eval $(call gb_Library_set_include,unoxml,\ -I$(OUTDIR)/inc/offuh \ )) -$(eval $(call gb_Library_set_defs,unoxml,\ - $$(DEFS) \ -)) - $(eval $(call gb_Library_add_linked_libs,unoxml,\ ucbhelper \ sax \ |