summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-01-25 11:37:03 +0000
committerOliver Bolte <obo@openoffice.org>2007-01-25 11:37:03 +0000
commit5df915911f53ab8eb073daae4f5b36f086d515c5 (patch)
treec9e7ae56782f449d31dd5adfa72897ba17cca48a
parent05c7429d768eb0992edb17b52490074cd5b6a065 (diff)
INTEGRATION: CWS ause069 (1.5.46); FILE MERGED
2006/11/28 15:05:57 hjs 1.5.46.1: #i70359# remove forced shell calls
-rw-r--r--accessibility/bridge/source/java/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/accessibility/bridge/source/java/makefile.mk b/accessibility/bridge/source/java/makefile.mk
index 083191af7c04..10549df1a7ca 100644
--- a/accessibility/bridge/source/java/makefile.mk
+++ b/accessibility/bridge/source/java/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: rt $ $Date: 2005-09-07 15:45:16 $
+# last change: $Author: obo $ $Date: 2007-01-25 12:37:03 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -79,7 +79,7 @@ SHL1HEADER=$(OUT)$/inc$/WindowsAccessBridgeAdapter.h
$(SLO)$/WindowsAccessBridgeAdapter.obj : $(SHL1HEADER)
$(SHL1HEADER) :
- + javah -classpath $(OUT)$/class -o $(SHL1HEADER) org.openoffice.accessibility.WindowsAccessBridgeAdapter
+ javah -classpath $(OUT)$/class -o $(SHL1HEADER) org.openoffice.accessibility.WindowsAccessBridgeAdapter
.ENDIF # "$(GUI)"=="WNT"
.ENDIF # "$(JAVANUMVER:s/.//)" >= "000100040000"