From 98cc985dbd81a84cd0b0a969c57cb941680ec81f Mon Sep 17 00:00:00 2001 From: Aidan Skinner Date: Sun, 11 Oct 2009 23:22:08 +0000 Subject: Merge from trunk git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-network-refactor@824198 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/python/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/python/Makefile') diff --git a/qpid/python/Makefile b/qpid/python/Makefile index 31547c8f57..ff4a9af4f1 100644 --- a/qpid/python/Makefile +++ b/qpid/python/Makefile @@ -36,7 +36,7 @@ SRCS=$(shell find $(DIRS) -name "*.py") qpid_config.py BUILD=build TARGETS=$(SRCS:%.py=$(BUILD)/%.py) -PYCC=python -c "import compileall, sys; compileall.compile_dir(sys.argv[1])" +PYCC=python -O -c "import compileall; compileall.main()" all: build -- cgit v1.2.1