summaryrefslogtreecommitdiff
path: root/moz
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2001-08-31 07:45:59 +0000
committerVladimir Glazounov <vg@openoffice.org>2001-08-31 07:45:59 +0000
commitfb476c57a473c649024011fb0e27ea40cd7e94c6 (patch)
treeb37b953b46029a9e3972530df23ec57fc89296c6 /moz
parent0ce7b982c80ee2fc4fca8bbeee985f04c32e08f8 (diff)
#65293# for UNX, unpacked_TARGET_lib depends on the *runtime.zip, too
Diffstat (limited to 'moz')
-rw-r--r--moz/zipped/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/moz/zipped/makefile.mk b/moz/zipped/makefile.mk
index bd368a6f5e21..dd14e8169540 100644
--- a/moz/zipped/makefile.mk
+++ b/moz/zipped/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: fs $ $Date: 2001-07-19 12:00:52 $
+# last change: $Author: vg $ $Date: 2001-08-31 08:45:59 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -78,7 +78,7 @@ all: \
.IF "$(GUI)" == "UNX"
-$(MISC)$/unpacked_$(TARGET)_lib : $(OS)$(COM)$(CPU)lib.zip
+$(MISC)$/unpacked_$(TARGET)_lib : $(OS)$(COM)$(CPU)lib.zip $(OS)$(COM)$(CPU)runtime.zip
+unzip -o -d $(LB) $(OS)$(COM)$(CPU)lib.zip && unzip -o -d $(LB) $(OS)$(COM)$(CPU)runtime.zip && $(TOUCH) $@
.ELSE