diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2001-08-31 07:45:59 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2001-08-31 07:45:59 +0000 |
commit | fb476c57a473c649024011fb0e27ea40cd7e94c6 (patch) | |
tree | b37b953b46029a9e3972530df23ec57fc89296c6 /moz | |
parent | 0ce7b982c80ee2fc4fca8bbeee985f04c32e08f8 (diff) |
#65293# for UNX, unpacked_TARGET_lib depends on the *runtime.zip, too
Diffstat (limited to 'moz')
-rw-r--r-- | moz/zipped/makefile.mk | 6 |
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 |