X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=python%2FMakefile;h=5007d346c30ec7a6b87c7d1aa733f5b07bbf97ac;hb=4f5219f4ab89b10db43fe2f1bdfe83ef07622079;hp=cf2b4683c337d6251da3d8f2655c0c2c02bf611e;hpb=73708328b2f53205367df5499d2b898b4e92203b;p=util-vserver.git diff --git a/python/Makefile b/python/Makefile index cf2b468..5007d34 100644 --- a/python/Makefile +++ b/python/Makefile @@ -5,7 +5,7 @@ # Mark Huang # Copyright (C) 2005 The Trustees of Princeton University # -# $Id: Makefile,v 1.8 2005/08/27 17:38:57 mlhuang Exp $ +# $Id: Makefile,v 1.11 2006/03/01 22:03:38 mlhuang Exp $ # INCLUDES := -I.. -I../lib @@ -29,8 +29,8 @@ clean: py-clean -UTIL_PYTHON = ../../util-python +UTIL_PYTHON ?= $(wildcard ../../util-python*) --include $(UTIL_PYTHON)/pybuild.mk +include $(UTIL_PYTHON)/pybuild.mk .PHONY: all install clean