Commit b7dda06abfd13ef42bfc93b71e5be6bc0025b94a

Authored by bellard
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,7 +63,7 @@ vl.c i386-vl.ld vl.h block.c vlmkcow.c vga.c vga_template.h sdl.c \
63 thunk.c cpu-exec.c translate.c cpu-all.h cpu-defs.h thunk.h exec.h\ 63 thunk.c cpu-exec.c translate.c cpu-all.h cpu-defs.h thunk.h exec.h\
64 exec.c cpu-exec.c gdbstub.c bswap.h \ 64 exec.c cpu-exec.c gdbstub.c bswap.h \
65 cpu-i386.h op-i386.c helper-i386.c helper2-i386.c syscall-i386.h translate-i386.c \ 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 ops_mem.h softmmu_template.h softmmu_header.h \ 67 ops_mem.h softmmu_template.h softmmu_header.h \
68 cpu-arm.h syscall-arm.h exec-arm.h op-arm.c translate-arm.c op-arm-template.h \ 68 cpu-arm.h syscall-arm.h exec-arm.h op-arm.c translate-arm.c op-arm-template.h \
69 dis-asm.h disas.c disas.h alpha-dis.c ppc-dis.c i386-dis.c sparc-dis.c \ 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,7 +84,7 @@ FILE=qemu-$(VERSION)
84 tar: 84 tar:
85 rm -rf /tmp/$(FILE) 85 rm -rf /tmp/$(FILE)
86 mkdir -p /tmp/$(FILE) 86 mkdir -p /tmp/$(FILE)
87 - cp -P $(FILES) /tmp/$(FILE) 87 + cp --parent $(FILES) /tmp/$(FILE)
88 ( cd /tmp ; tar zcvf ~/$(FILE).tar.gz $(FILE) ) 88 ( cd /tmp ; tar zcvf ~/$(FILE).tar.gz $(FILE) )
89 rm -rf /tmp/$(FILE) 89 rm -rf /tmp/$(FILE)
90 90
Makefile.target
@@ -153,7 +153,7 @@ endif @@ -153,7 +153,7 @@ endif
153 VL_OBJS=vl.o block.o vga.o 153 VL_OBJS=vl.o block.o vga.o
154 ifdef CONFIG_SDL 154 ifdef CONFIG_SDL
155 VL_OBJS+=sdl.o 155 VL_OBJS+=sdl.o
156 -SDL_LIBS+=-L/usr/X11R6/lib -lX11 -lXext -lXv -ldl 156 +SDL_LIBS+=-L/usr/X11R6/lib -lX11 -lXext -lXv -ldl -lm
157 endif 157 endif
158 158
159 vl: $(VL_OBJS) libqemu.a 159 vl: $(VL_OBJS) libqemu.a