aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ab70b5d30f..d357cebf63 100644
--- a/Makefile
+++ b/Makefile
@@ -22,8 +22,8 @@ install: dist
$(MAKE) -C xen install
$(MAKE) -C tools install
sh ./docs/check_pkgs && $(MAKE) -C docs install
- $(shell cp -a install/boot/*$(LINUX_VER)* /boot/)
- $(shell cp -a install/lib/modules/* /lib/modules/)
+ $(shell cp -dR install/boot/*$(LINUX_VER)* /boot/)
+ $(shell cp -dR install/lib/modules/* /lib/modules/)
# install xen and tools into the install directory
dist: all