diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-09-17 22:57:56 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-09-17 22:57:56 +0000 |
commit | b7dda06abfd13ef42bfc93b71e5be6bc0025b94a (patch) | |
tree | 7fb6b465279d4e9eb1f72dc4126272e41d09175f /Makefile | |
parent | fcf8fcc8e5988404fe40082d43419ef9ff30642f (diff) | |
download | qemu-b7dda06abfd13ef42bfc93b71e5be6bc0025b94a.zip |
Redhat 9 fixes
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@383 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -63,7 +63,7 @@ vl.c i386-vl.ld vl.h block.c vlmkcow.c vga.c vga_template.h sdl.c \ thunk.c cpu-exec.c translate.c cpu-all.h cpu-defs.h thunk.h exec.h\ exec.c cpu-exec.c gdbstub.c bswap.h \ cpu-i386.h op-i386.c helper-i386.c helper2-i386.c syscall-i386.h translate-i386.c \ -exec-i386.h ops_template.h ops_template_mem.h op_string.h opreg_template.h \ +exec-i386.h ops_template.h ops_template_mem.h opreg_template.h \ ops_mem.h softmmu_template.h softmmu_header.h \ cpu-arm.h syscall-arm.h exec-arm.h op-arm.c translate-arm.c op-arm-template.h \ dis-asm.h disas.c disas.h alpha-dis.c ppc-dis.c i386-dis.c sparc-dis.c \ @@ -84,7 +84,7 @@ FILE=qemu-$(VERSION) tar: rm -rf /tmp/$(FILE) mkdir -p /tmp/$(FILE) - cp -P $(FILES) /tmp/$(FILE) + cp --parent $(FILES) /tmp/$(FILE) ( cd /tmp ; tar zcvf ~/$(FILE).tar.gz $(FILE) ) rm -rf /tmp/$(FILE) |