This commit was generated by cvs2svn to compensate for changes in r2562,
[util-vserver.git] / python / Makefile
index cf2b468..5007d34 100644 (file)
@@ -5,7 +5,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # 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