From 3ab32d63888855ea0494987465918eeaf35135b8 Mon Sep 17 00:00:00 2001 From: Steve Muir Date: Tue, 1 Nov 2005 22:02:04 +0000 Subject: [PATCH] Fix Makefile to correctly locate util-python --- python/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.47.0