summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2003-04-10 00:03:40 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2003-04-10 00:03:40 +0000
commit09bfb054fb4d7a72b4989141de157cdeda6704bd (patch)
treecaac2a8746e96d7547f9ed3c1b8e296ad45807b4 /Makefile
parent2677e107e69b0533356ba833f04a826e8589f383 (diff)
downloadqemu-09bfb054fb4d7a72b4989141de157cdeda6704bd.tar.gz
first self virtualizable version
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@89 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 96810cae38..f6d1e2715e 100644
--- a/Makefile
+++ b/Makefile
@@ -105,7 +105,7 @@ qemu-doc.html: qemu-doc.texi
FILES= \
README README.distrib COPYING COPYING.LIB TODO Changelog VERSION \
dyngen.c ioctls.h ops_template.h op_string.h syscall_types.h\
-Makefile elf.h linux_bin.h segment.h thunk.c\
+Makefile elf.h thunk.c\
elfload.c main.c signal.c thunk.h\
cpu-i386.h qemu.h op-i386.c opc-i386.h syscall-i386.h translate-i386.c\
dis-asm.h gen-i386.h syscall.c\