From 963e047b322cb7ce4c7c0cbd17d4c00644f9d29d Mon Sep 17 00:00:00 2001 From: Raphael Coeffic Date: Thu, 8 Jun 2006 08:55:58 +0000 Subject: [PATCH] fixed Makefile to compile also the imap_mailbox directory (removed -l switch in the compileall cmd line). git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@52 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- apps/mailbox/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/apps/mailbox/Makefile b/apps/mailbox/Makefile index ae7ec60d..722e7e1a 100644 --- a/apps/mailbox/Makefile +++ b/apps/mailbox/Makefile @@ -28,7 +28,7 @@ clean: rm -f ${TARBALL_PREFIX}*.tar.gz compile: - python${PYTHON_VERSION} py_comp -l -q . + python${PYTHON_VERSION} py_comp -q . install: all install -d ${BASEDIR}/${LIB_INSTALLDIR} @@ -51,6 +51,8 @@ doccheck: dist: all tar -cvzf ${TARBALL} . --exclude=*.tar.gz \ --exclude=.svn \ - --exclude=*~ + --exclude=*~ \ + --exclude=*.pyc +