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 | 43971a5399c8c261b3b2554b023717216b0b4319 (patch) | |
tree | 30b77b2a86ebbccff510aa86a67ea420d5010bbb /starmath | |
parent | 49a5636500a72613769e3bc0637cd02e59fde3c5 (diff) |
gnumake4: #i116959#: kill gb_LinkTarget_set_{defs,cflags,cxxflags,objcxxflags} [hg:389f5e8ec8cd]
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/Library_sm.mk | 4 | ||||
-rw-r--r-- | starmath/Library_smd.mk | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/starmath/Library_sm.mk b/starmath/Library_sm.mk index be2fecfd4c26..78648e025bd4 100644 --- a/starmath/Library_sm.mk +++ b/starmath/Library_sm.mk @@ -42,10 +42,6 @@ $(eval $(call gb_Library_set_include,sm,\ -I$(OUTDIR)/inc \ )) -$(eval $(call gb_Library_set_defs,sm,\ - $$(DEFS) \ -)) - $(eval $(call gb_Library_add_linked_libs,sm,\ comphelper \ cppu \ diff --git a/starmath/Library_smd.mk b/starmath/Library_smd.mk index ae2dde0e69f1..5ea8fda11738 100644 --- a/starmath/Library_smd.mk +++ b/starmath/Library_smd.mk @@ -38,10 +38,6 @@ $(eval $(call gb_Library_set_include,smd,\ -I$(OUTDIR)/inc/offuh \ )) -$(eval $(call gb_Library_set_defs,smd,\ - $$(DEFS) \ -)) - $(eval $(call gb_Library_add_linked_libs,smd,\ cppu \ cppuhelper \ |