diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-01-25 11:29:05 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-01-25 11:29:05 +0000 |
commit | 9027940b6ab5653f534b0d7d142f25747458f4e9 (patch) | |
tree | 47783eda1e600b0e4cf5aa8c380bad3736317c5e /odk/pack | |
parent | 5d9d16d4a77769df7de67c91fa6dccc9052052b9 (diff) |
INTEGRATION: CWS ause069 (1.81.24); FILE MERGED
2007/01/10 18:10:06 hjs 1.81.24.2: RESYNC: (1.81-1.82); FILE MERGED
2006/10/18 17:12:03 hjs 1.81.24.1: #i70359# remove forced shell calls
Diffstat (limited to 'odk/pack')
-rw-r--r-- | odk/pack/copying/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/odk/pack/copying/makefile.mk b/odk/pack/copying/makefile.mk index ca57a81a7114..ed1cdeb411cd 100644 --- a/odk/pack/copying/makefile.mk +++ b/odk/pack/copying/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.82 $ +# $Revision: 1.83 $ # -# last change: $Author: ihi $ $Date: 2006-12-20 12:26:09 $ +# last change: $Author: obo $ $Date: 2007-01-25 12:29:05 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -244,5 +244,5 @@ all : \ .IF "$(SOLAR_JAVA)" != "" $(MYZIPTARGET) : $(BIN)$/unowinreg.dll $(DESTCLASSESLIST) - +cd $(MYZIPDIR) && zip $(MYZIPFLAGS) ..$/..$/..$/bin$/$(MYZIPTARGET:b) $(MYZIPLIST) + cd $(MYZIPDIR) && zip $(MYZIPFLAGS) ..$/..$/..$/bin$/$(MYZIPTARGET:b) $(MYZIPLIST) .ENDIF |