Index: pyuno/zipcore/makefile.mk =================================================================== RCS file: /cvs/udk/pyuno/zipcore/makefile.mk,v retrieving revision 1.2.2.1 diff -u -r1.2.2.1 makefile.mk --- pyuno/zipcore/makefile.mk 20 Jun 2003 16:10:50 -0000 1.2.2.1 +++ pyuno/zipcore/makefile.mk 23 Jun 2003 21:49:49 -0000 @@ -22,19 +22,19 @@ .ENDIF PYTHONBINARY=$(BIN)$/$(PYDIRNAME)$/bin$/python$(EXESUFFIX) -FINDDIRS=$(subst,/,$/ $(subst,$(SOLARLIBDIR)$/python/, $(shell find $(SOLARLIBDIR)$/python -type d))) -FINDLIBFILES=$(subst,/,$/ $(subst,$(SOLARLIBDIR)$/python/, $(shell find $(SOLARLIBDIR)$/python -type f))) +FINDDIRS=$(subst,/,$/ $(subst,$(SOLARLIBDIR)$/python, $(shell find $(SOLARLIBDIR)$/python -type d))) +FINDLIBFILES=$(subst,/,$/ $(subst,$(SOLARLIBDIR)$/python, $(shell find $(SOLARLIBDIR)$/python -type f))) PYRUNTIME_DIRS=\ $(BIN)$/$(PYDIRNAME) \ $(BIN)$/$(PYDIRNAME)$/bin \ $(BIN)$/$(PYDIRNAME)$/lib \ - $(foreach,i,$(FINDDIRS) $(BIN)$/$(PYDIRNAME)$/lib$/$(i)) + $(foreach,i,$(FINDDIRS) $(BIN)$/$(PYDIRNAME)$/lib$(i)) FILES=\ $(PYTHONBINARY) \ - $(foreach,i,$(FINDLIBFILES) $(BIN)$/$(PYDIRNAME)$/lib$/$(i)) + $(foreach,i,$(FINDLIBFILES) $(BIN)$/$(PYDIRNAME)$/lib$(i)) target: \