diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 15:00:36 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 15:00:36 +0000 |
commit | c8329c065786cd483985ffb6c835aa0fe5b54766 (patch) | |
tree | 3dfb56aa27c96463cc66e0436148c562146dbaab /pyuno | |
parent | 33ed57475817e8b4146bc590c6591bb575972d4c (diff) |
INTEGRATION: CWS mingwport03 (1.9.24); FILE MERGED
2007/03/20 11:20:56 vg 1.9.24.2: RESYNC MERGED 1.9 1.10
Everything below this line will be added to the revision comment.
2006/11/21 10:28:54 vg 1.9.24.1: #i53572# MinGW port
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 5018ce460280..77128e8bd476 100755 --- a/pyuno/zipcore/makefile.mk +++ b/pyuno/zipcore/makefile.mk @@ -19,7 +19,7 @@ PYTHONBINARY=$(DESTROOT)$/bin$/python$(EXECPOST) .ENDIF FINDLIBFILES_TMP:=$(subst,/,$/ \ - $(shell $(FIND) $(SOLARLIBDIR)$/python -type f| $(GREP) -v .pyc )) + $(shell $(FIND) $(SOLARLIBDIR)$/python -type f| $(GREP) -v .pyc |$(GREP) -v .py\~ |$(GREP) -v .orig )) FINDLIBFILES=$(subst,$(SOLARLIBDIR)$/python, $(FINDLIBFILES_TMP)) FILES=\ |