From: Steve Muir Date: Tue, 1 Nov 2005 22:02:04 +0000 (+0000) Subject: Fix Makefile to correctly locate util-python X-Git-Tag: after-util-vserver-0_30_208-revert~78 X-Git-Url: http://git.onelab.eu/?p=util-vserver.git;a=commitdiff_plain;h=3ab32d63888855ea0494987465918eeaf35135b8 Fix Makefile to correctly locate util-python --- diff --git a/python/Makefile b/python/Makefile index cf2b468..555dbe8 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.9 2005/11/01 21:54:00 smuir 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