diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-09-27 12:08:58 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-09-27 12:08:58 +0000 |
commit | 423f1fa4f4d9b571800458db016fad8b8f152564 (patch) | |
tree | f34e200c645659a327cc06541367989d51073b24 /stoc | |
parent | 0b8decb52bdfad29166b1a952b2a0ecdb69a765c (diff) |
INTEGRATION: CWS sb76 (1.7.16); FILE MERGED
2007/08/31 11:01:57 sb 1.7.16.1: #i77885# Consolidate stoc libraries; patch by jnavrati.
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 8a0012643fa6..8fa8670b83be 100644 --- a/stoc/test/uriproc/makefile.mk +++ b/stoc/test/uriproc/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: obo $ $Date: 2007-03-12 10:56:21 $ +# last change: $Author: hr $ $Date: 2007-09-27 13:08:58 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -73,7 +73,7 @@ ALLTAR: test $(BIN)$/$(TARGET).rdb .ERRREMOVE: $(COPY) $(SOLARBINDIR)$/types.rdb $@ - regcomp -register -r $@ -c $(subst,$/,/ $(DLLDEST)$/uriproc.uno$(DLLPOST)) + regcomp -register -r $@ -c $(subst,$/,/ $(DLLDEST)$/stocservices.uno$(DLLPOST)) test .PHONY: $(SHL1TARGETN) $(BIN)$/$(TARGET).rdb testshl2 $(SHL1TARGETN) -forward $(BIN)$/$(TARGET).rdb |