diff options
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.target b/Makefile.target index 04c88e4208..de6a7c60fc 100644 --- a/Makefile.target +++ b/Makefile.target @@ -414,14 +414,13 @@ OBJS+=gdbstub.o endif OBJS+= libqemu.a -OBJS+= ../libqemu_common.a # Note: this is a workaround. The real fix is to avoid compiling # cpu_signal_handler() in cpu-exec.c. signal.o: signal.c $(CC) $(HELPER_CFLAGS) $(CPPFLAGS) $(CFLAGS) -c -o $@ $< -$(QEMU_PROG): $(OBJS) +$(QEMU_PROG): $(OBJS) ../libqemu_user.a $(CC) $(LDFLAGS) -o $@ $^ $(LIBS) ifeq ($(ARCH),alpha) # Mark as 32 bit binary, i. e. it will be mapped into the low 31 bit of |