summaryrefslogtreecommitdiff
path: root/idl
diff options
context:
space:
mode:
authorMichael Stahl <mst@openoffice.org>2011-04-11 13:23:37 +0000
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-06-17 10:27:41 +0200
commit6cd2151d46da6cdc70eb329a5372589b354e3b30 (patch)
treeede5874910fac1815a9ec800978b588293cee12f /idl
parent4d2360c5818608d60846ac5034c295ca3847195d (diff)
gnumake4: #i116959#: rename target local variables {C,CXX,OBJCXX}FLAGS: [hg:8801515221cf]
add a T_ prefix, so we don't need to use override. also introduce gb_LinkTarget_add_{c,cxx,objcxx}flags.
Diffstat (limited to 'idl')
-rw-r--r--idl/Executable_svidl.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/idl/Executable_svidl.mk b/idl/Executable_svidl.mk
index 6f4b830a9636..a856cf7a4612 100644
--- a/idl/Executable_svidl.mk
+++ b/idl/Executable_svidl.mk
@@ -35,8 +35,7 @@ $(eval $(call gb_Executable_set_include,svidl,\
-I$(SRCDIR)/idl/inc \
))
-$(eval $(call gb_Executable_set_cxxflags,svidl,\
- $$(CXXFLAGS) \
+$(eval $(call gb_Executable_add_defs,svidl,\
-DIDL_COMPILER \
))