aboutsummaryrefslogtreecommitdiffstats
path: root/xen/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'xen/Makefile')
-rw-r--r--xen/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/xen/Makefile b/xen/Makefile
index a72f0f5cb5..b24ad89174 100644
--- a/xen/Makefile
+++ b/xen/Makefile
@@ -19,7 +19,8 @@ debug:
install: $(TARGET)
gzip -f -9 < $(TARGET) > $(TARGET).gz
- cp $(TARGET).gz ../../install/boot/
+ mkdir -p ../../install/boot
+ cp -a $(TARGET).gz ../../install/boot/
clean: delete-links
$(MAKE) -C tools clean