aboutsummaryrefslogtreecommitdiffstats
path: root/tools/python/Makefile
diff options
context:
space:
mode:
authorewan@linford.intra <ewan@linford.intra>2005-09-13 14:43:18 +0100
committerewan@linford.intra <ewan@linford.intra>2005-09-13 14:43:18 +0100
commite4eb0b4cde373a195ed365fbd233d0cab0ea75bb (patch)
tree2e0b1ea902babdf4f51a6667b7d7dfc4caab176a /tools/python/Makefile
parentf909827ad1edc118c3ffcca8f5532369b7b14282 (diff)
downloadxen-e4eb0b4cde373a195ed365fbd233d0cab0ea75bb.tar.gz
xen-e4eb0b4cde373a195ed365fbd233d0cab0ea75bb.tar.bz2
xen-e4eb0b4cde373a195ed365fbd233d0cab0ea75bb.zip
Added .PHONY target so that make works from the tools/python directory (it was seeing the build directory and therefore doing nothing).
Diffstat (limited to 'tools/python/Makefile')
-rw-r--r--tools/python/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/python/Makefile b/tools/python/Makefile
index a676cdf0e9..ea8040d512 100644
--- a/tools/python/Makefile
+++ b/tools/python/Makefile
@@ -1,7 +1,8 @@
-
XEN_ROOT = ../..
include $(XEN_ROOT)/tools/Rules.mk
+.PHONY: all build install clean
+
all: build
build:
CFLAGS="$(CFLAGS)" python setup.py build