From 4a88d1f720877cae993f7668c998930335c47e62 Mon Sep 17 00:00:00 2001 From: Steve Muir Date: Thu, 11 Aug 2005 21:34:06 +0000 Subject: [PATCH] Proper and util-vserver both depend on util-python for build scripts --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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)),) -- 2.47.0