aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcl349@freefall.cl.cam.ac.uk <cl349@freefall.cl.cam.ac.uk>2004-11-05 10:12:47 +0000
committercl349@freefall.cl.cam.ac.uk <cl349@freefall.cl.cam.ac.uk>2004-11-05 10:12:47 +0000
commit22359f4dd76290dd0cad7490e1a4be4546f0b547 (patch)
tree1b374cc40e7c8e903729177f2cd54feb498347cc
parent233e02823284c0b32f9a2aaf330a7ecb8dba7221 (diff)
downloadxen-22359f4dd76290dd0cad7490e1a4be4546f0b547.tar.gz
xen-22359f4dd76290dd0cad7490e1a4be4546f0b547.tar.bz2
xen-22359f4dd76290dd0cad7490e1a4be4546f0b547.zip
bitkeeper revision 1.1159.1.384 (418b521fUdYMy9Ii-25K5W7r2tlovg)
Small dependency tweak for parallel builds.
-rw-r--r--linux-2.6.9-xen-sparse/arch/xen/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-2.6.9-xen-sparse/arch/xen/Makefile b/linux-2.6.9-xen-sparse/arch/xen/Makefile
index 1740ab6f7e..eeaea0c89e 100644
--- a/linux-2.6.9-xen-sparse/arch/xen/Makefile
+++ b/linux-2.6.9-xen-sparse/arch/xen/Makefile
@@ -22,7 +22,7 @@ UTS_MACHINE := $(XENARCH)
core-y += arch/xen/kernel/
-include/.asm-ignore:
+include/.asm-ignore: include/asm
@rm -f include/.asm-ignore
@mv include/asm include/.asm-ignore
@echo ' SYMLINK include/asm -> include/asm-$(XENARCH)'