Commit b7dda06abfd13ef42bfc93b71e5be6bc0025b94a
1 parent
fcf8fcc8
Redhat 9 fixes
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@383 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
2 changed files
with
3 additions
and
3 deletions
Makefile
... | ... | @@ -63,7 +63,7 @@ vl.c i386-vl.ld vl.h block.c vlmkcow.c vga.c vga_template.h sdl.c \ |
63 | 63 | thunk.c cpu-exec.c translate.c cpu-all.h cpu-defs.h thunk.h exec.h\ |
64 | 64 | exec.c cpu-exec.c gdbstub.c bswap.h \ |
65 | 65 | cpu-i386.h op-i386.c helper-i386.c helper2-i386.c syscall-i386.h translate-i386.c \ |
66 | -exec-i386.h ops_template.h ops_template_mem.h op_string.h opreg_template.h \ | |
66 | +exec-i386.h ops_template.h ops_template_mem.h opreg_template.h \ | |
67 | 67 | ops_mem.h softmmu_template.h softmmu_header.h \ |
68 | 68 | cpu-arm.h syscall-arm.h exec-arm.h op-arm.c translate-arm.c op-arm-template.h \ |
69 | 69 | 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) |
84 | 84 | tar: |
85 | 85 | rm -rf /tmp/$(FILE) |
86 | 86 | mkdir -p /tmp/$(FILE) |
87 | - cp -P $(FILES) /tmp/$(FILE) | |
87 | + cp --parent $(FILES) /tmp/$(FILE) | |
88 | 88 | ( cd /tmp ; tar zcvf ~/$(FILE).tar.gz $(FILE) ) |
89 | 89 | rm -rf /tmp/$(FILE) |
90 | 90 | ... | ... |
Makefile.target