diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-01-25 12:33:25 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-01-25 12:33:25 +0000 |
commit | ae7e4a94846014c1e911a32c9b69a586079dc231 (patch) | |
tree | 0b811ac862fd9c7bb0c669041ef7cfff18d7ec14 /stoc | |
parent | 282002c5f438b0b4facd074f5cee4d09a9957985 (diff) |
INTEGRATION: CWS ause069 (1.5.42); FILE MERGED
2006/11/28 15:02:43 hjs 1.5.42.1: #i70359# remove forced shell calls
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/test/uriproc/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/stoc/test/uriproc/makefile.mk b/stoc/test/uriproc/makefile.mk index 904179a7cff1..183df7e8f1d5 100644 --- a/stoc/test/uriproc/makefile.mk +++ b/stoc/test/uriproc/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: rt $ $Date: 2005-09-08 08:36:17 $ +# last change: $Author: obo $ $Date: 2007-01-25 13:33:25 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -71,7 +71,7 @@ SLOFILES = $(SHL1OBJS) ALLTAR: test $(BIN)$/$(TARGET).rdb .ERRREMOVE: - + $(COPY) $(SOLARBINDIR)$/types.rdb $@ + $(COPY) $(SOLARBINDIR)$/types.rdb $@ regcomp -register -r $@ -c $(subst,$/,/ $(DLLDEST)$/uriproc.uno$(DLLPOST)) test .PHONY: $(SHL1TARGETN) $(BIN)$/$(TARGET).rdb |