From: Steve Muir Date: Thu, 11 Aug 2005 21:34:06 +0000 (+0000) Subject: Proper and util-vserver both depend on util-python for build scripts X-Git-Tag: planetlab-3_2-branch-point~12 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=4a88d1f720877cae993f7668c998930335c47e62;p=build.git Proper and util-vserver both depend on util-python for build scripts --- diff --git a/Makefile b/Makefile index 31946665..ca9bc30e 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ # Mark Huang # Copyright (C) 2003-2005 The Trustees of Princeton University # -# $Id$ +# $Id: Makefile,v 1.72 2005/07/14 18:13:15 mlhuang Exp $ # # Default target @@ -281,6 +281,10 @@ util-python-MODULE := util-python util-python-SPEC := util-python/util-python.spec ALL += util-python +# proper and util-vserver both use scripts in util-python for building +proper: util-python +util-vserver: util-python + ifeq ($(findstring $(package),$(ALL)),)