- Revision
- 11094
- Author
- vajda
- Date
- 2006-07-07 14:04:11 -0700 (Fri, 07 Jul 2006)
Log Message
removed leftover reference to bsddb
Modified Paths
Diff
Modified: trunk/external/python/Makefile (11093 => 11094)
--- trunk/external/python/Makefile 2006-07-07 20:04:39 UTC (rev 11093) +++ trunk/external/python/Makefile 2006-07-07 21:04:11 UTC (rev 11094) @@ -92,7 +92,7 @@ python$(PV)$(SUFFIX).exp | tar -C $(BINDIR)/libs -xvf - (cd $(SRC)/Lib; tar -cf - *.py) | tar -C $(BINDIR)/Lib -xvf - (cd $(SRC)/PCbuild; tar -cf - *.pyd) | tar -C $(BINDIR)/DLLs -xvf - - for mod in compiler distutils email encodings hotshot xml bsddb logging; \ + for mod in compiler distutils email encodings hotshot xml logging; \ do \ (cd $(SRC)/Lib; \ tar -cf - `find $$mod -name '*.py'`) | tar -C $(BINDIR)/Lib -xvf - ; \
_______________________________________________ Commits mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/commits
