summaryrefslogtreecommitdiff
path: root/accessibility
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-05-04 00:29:04 +0200
committerNoel Power <noel.power@novell.com>2012-05-09 09:39:18 +0100
commitf4f4e3c050b117a8bfaa95a865b3b37bcb637516 (patch)
tree37a224082d2ae279ac747f01e56c91b386627435 /accessibility
parent4f01261a04b702819aba9966177abe601761103b (diff)
gbuild: use mixed paths on cygwin
make 3.82 understands mixed paths, so use them. This allows us to get rid of evil in BuildDirs.mk. Hopefully, life will be simpler now. Change-Id: I I I641f28c6af1948963f7004f8071af62e21caabb3
Diffstat (limited to 'accessibility')
-rw-r--r--accessibility/CustomTarget_bridge_inc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/accessibility/CustomTarget_bridge_inc.mk b/accessibility/CustomTarget_bridge_inc.mk
index 1c5060f11f23..282dd89dde4a 100644
--- a/accessibility/CustomTarget_bridge_inc.mk
+++ b/accessibility/CustomTarget_bridge_inc.mk
@@ -36,6 +36,6 @@ $(ACBI)/WindowsAccessBridgeAdapter.h :| $(ACBI)/.dir \
$(call gb_Jar_get_target,java_uno_accessbridge)
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),JVH,1)
cd $(call gb_JavaClassSet_get_classdir,$(call gb_Jar_get_classsetname,java_uno_accessbridge)) && \
- javah -classpath "$(call gb_Helper_native_path,$(OUTDIR)/bin/ridl.jar)$(gb_CLASSPATHSEP)$(call gb_Helper_native_path,$(OUTDIR)/bin/unoil.jar)$(gb_CLASSPATHSEP)." -o $(call gb_Helper_native_path,$@) org.openoffice.accessibility.WindowsAccessBridgeAdapter
+ javah -classpath "$(OUTDIR)/bin/ridl.jar$(gb_CLASSPATHSEP)$(OUTDIR)/bin/unoil.jar$(gb_CLASSPATHSEP)." -o $@ org.openoffice.accessibility.WindowsAccessBridgeAdapter
# vim: set ts=4 sw=4 et: