direct-io.hg
changeset 3618:f3e117cf73c2
bitkeeper revision 1.1159.238.6 (4200f03fkl-Cpg9vhe49bVfY0e7TZQ)
Fix deps in Makefile
Fix deps in Makefile
author | iap10@labyrinth.cl.cam.ac.uk |
---|---|
date | Wed Feb 02 15:22:39 2005 +0000 (2005-02-02) |
parents | 552dd1f1c64c |
children | a4b03d935138 |
files | xen/Makefile |
line diff
1.1 --- a/xen/Makefile Wed Feb 02 14:11:22 2005 +0000 1.2 +++ b/xen/Makefile Wed Feb 02 15:22:39 2005 +0000 1.3 @@ -77,7 +77,7 @@ include/xen/banner.h: tools/figlet/figle 1.4 tools/figlet/figlet -d tools/figlet Xen $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION) > $@.new 1.5 @mv -f $@.new $@ 1.6 1.7 -include/asm-$(TARGET_ARCH)/asm-offsets.h: arch/$(TARGET_ARCH)/asm-offsets.s 1.8 +include/asm-$(TARGET_ARCH)/asm-offsets.h: arch/$(TARGET_ARCH)/asm-offsets.s $(HDRS) 1.9 @(set -e; \ 1.10 echo "/*"; \ 1.11 echo " * DO NOT MODIFY."; \