diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-12-14 14:38:42 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-12-14 14:38:42 +0000 |
commit | d2e1074257534607eba4385ef105e7ae00bd6aef (patch) | |
tree | 0e863d1455c46479060f622b4b44b44337f3d757 /pyuno | |
parent | cb3202b6905d06587dba7ba98c511fcc0e888c48 (diff) |
INTEGRATION: CWS ause044 (1.7.2); FILE MERGED
2005/12/05 17:43:12 hjs 1.7.2.1: #i58214# added dependency
Diffstat (limited to 'pyuno')
-rwxr-xr-x | pyuno/zipcore/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyuno/zipcore/makefile.mk b/pyuno/zipcore/makefile.mk index 1c0c9509885a..1cc877d6e0c2 100755 --- a/pyuno/zipcore/makefile.mk +++ b/pyuno/zipcore/makefile.mk @@ -39,7 +39,7 @@ $(BIN)$/python.sh : python.sh chmod +x $@ .ENDIF -$(BIN)$/python-core-$(PYVERSION).zip : $(FILES) +$(BIN)$/python-core-$(PYVERSION).zip : $(FILES) $(BIN)$/python.sh .IF "$(GUI)" == "UNX" .IF "$(OS)" != "MACOSX" cd $(BIN) && find . -name '*$(DLLPOST)' | xargs strip |