From e4dccea5eddbda7249bb2cc9cbba1665156b75a6 Mon Sep 17 00:00:00 2001 From: Raphael Coeffic Date: Wed, 22 Mar 2006 11:40:44 +0000 Subject: [PATCH] corrected missing compilation for root files. git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@10 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- apps/mailbox/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/mailbox/Makefile b/apps/mailbox/Makefile index b66e9cdb..8c00d3f3 100644 --- a/apps/mailbox/Makefile +++ b/apps/mailbox/Makefile @@ -28,7 +28,7 @@ clean: rm -f ${TARBALL_PREFIX}*.tar.gz compile: - /usr/bin/python${PYTHON_VERSION} /usr/lib/python${PYTHON_VERSION}/compileall.py -q ${LIBDIR} + /usr/bin/python${PYTHON_VERSION} /usr/lib/python${PYTHON_VERSION}/compileall.py -q . install: all install -d ${BASEDIR}/${LIB_INSTALLDIR}