Revision 00a67ba1 Makefile.target

b/Makefile.target
494 494
cpu-exec.o: cpu-exec.c
495 495
	$(CC) $(HELPER_CFLAGS) $(DEFINES) -c -o $@ $<
496 496

  
497
# Note: this is a workaround. The real fix is to avoid compiling
498
# cpu_signal_handler() in cpu-exec.c.
499
signal.o: signal.c
500
	$(CC) $(HELPER_CFLAGS) $(DEFINES) -c -o $@ $<
501

  
497 502
ifeq ($(TARGET_BASE_ARCH), i386)
498 503
op.o: op.c opreg_template.h ops_template.h ops_template_mem.h ops_mem.h ops_sse.h
499 504
endif

Also available in: Unified diff