debuggers.hg
changeset 16417:ba69fe2dce91
Fix header dependencies list, broken by c/s 16133.
Signed-off-by: Jan Beulich <jbeulich@novell.com>
Signed-off-by: Jan Beulich <jbeulich@novell.com>
author | Keir Fraser <keir@xensource.com> |
---|---|
date | Tue Nov 13 20:13:50 2007 +0000 (2007-11-13) |
parents | a7f8ff1ca311 |
children | 01d5511e47ba |
files | xen/Rules.mk |
line diff
1.1 --- a/xen/Rules.mk Tue Nov 13 20:08:39 2007 +0000 1.2 +++ b/xen/Rules.mk Tue Nov 13 20:13:50 2007 +0000 1.3 @@ -39,7 +39,7 @@ TARGET := $(BASEDIR)/xen 1.4 1.5 HDRS := $(wildcard *.h) 1.6 HDRS += $(wildcard $(BASEDIR)/include/xen/*.h) 1.7 -HDRS := $(wildcard $(BASEDIR)/include/xen/hvm/*.h) 1.8 +HDRS += $(wildcard $(BASEDIR)/include/xen/hvm/*.h) 1.9 HDRS += $(wildcard $(BASEDIR)/include/public/*.h) 1.10 HDRS += $(wildcard $(BASEDIR)/include/public/*/*.h) 1.11 HDRS += $(wildcard $(BASEDIR)/include/compat/*.h)