diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-03-23 01:06:05 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-03-23 01:06:05 +0000 |
commit | 66fb9763af9cd743158957e8c9c2559d922b1c22 (patch) | |
tree | 34a6524fbd51076c6ecbd5fd5d548f9b11302a12 /Makefile | |
parent | 1b6b029e40c4297ce9c27e0f8b8ae177085c990a (diff) |
basic signal handling
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@41 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ LDFLAGS+=-p main.o: CFLAGS+=-p endif -OBJS= elfload.o main.o thunk.o syscall.o libgemu.a +OBJS= elfload.o main.o thunk.o syscall.o signal.o libgemu.a LIBOBJS+=translate-i386.o op-i386.o exec-i386.o # NOTE: the disassembler code is only needed for debugging |