aboutsummaryrefslogtreecommitdiffstats
path: root/tools/include
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-06-16 11:01:17 +0100
committerKeir Fraser <keir.fraser@citrix.com>2009-06-16 11:01:17 +0100
commit9c7be4de83ab2edc411862e995a54f0151687270 (patch)
treea8ec6df39050a25ced8549304e4638d847b5f037 /tools/include
parent51e4a7555d67734dfca37869195cc8eca7315a47 (diff)
downloadxen-9c7be4de83ab2edc411862e995a54f0151687270.tar.gz
xen-9c7be4de83ab2edc411862e995a54f0151687270.tar.bz2
xen-9c7be4de83ab2edc411862e995a54f0151687270.zip
Fix dependencies in tools/include/xen-foreign/Makefile
Signed-off-by: Jan Beulich <jbeulich@novell.com>
Diffstat (limited to 'tools/include')
-rw-r--r--tools/include/xen-foreign/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/include/xen-foreign/Makefile b/tools/include/xen-foreign/Makefile
index 8683b05974..f770cf4de5 100644
--- a/tools/include/xen-foreign/Makefile
+++ b/tools/include/xen-foreign/Makefile
@@ -22,14 +22,14 @@ check-headers: checker
diff -u reference.size tmp.size
rm tmp.size
-x86_32.h: mkheader.py $(ROOT)/arch-x86/xen-x86_32.h $(ROOT)/arch-x86/xen.h $(ROOT)/xen.h
+x86_32.h: mkheader.py structs.py $(ROOT)/arch-x86/xen-x86_32.h $(ROOT)/arch-x86/xen.h $(ROOT)/xen.h
python $< $* $@ $(filter %.h,$^)
-x86_64.h: mkheader.py $(ROOT)/arch-x86/xen-x86_64.h $(ROOT)/arch-x86/xen.h $(ROOT)/xen.h
+x86_64.h: mkheader.py structs.py $(ROOT)/arch-x86/xen-x86_64.h $(ROOT)/arch-x86/xen.h $(ROOT)/xen.h
python $< $* $@ $(filter %.h,$^)
-ia64.h: mkheader.py $(ROOT)/arch-ia64.h $(ROOT)/xen.h
+ia64.h: mkheader.py structs.py $(ROOT)/arch-ia64.h $(ROOT)/xen.h
python $< $* $@ $(filter %.h,$^)
-checker.c: mkchecker.py
+checker.c: mkchecker.py structs.py
python $< $@ $(architectures)