git://git.onelab.eu
/
build.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f29205
)
Proper and util-vserver both depend on util-python for build scripts
author
Steve Muir
<smuir@cs.princeton.edu>
Thu, 11 Aug 2005 21:34:06 +0000
(21:34 +0000)
committer
Steve Muir
<smuir@cs.princeton.edu>
Thu, 11 Aug 2005 21:34:06 +0000
(21:34 +0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
3194666
..
ca9bc30
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-4,7
+4,7
@@
# Mark Huang <mlhuang@cs.princeton.edu>
# 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)),)