Revision f141ccfa

b/libcacard/Makefile
36 36
	@echo "libtool is missing, please install and rerun configure"; exit 1
37 37
else
38 38
libcacard.la: $(libcacard.lib-y) $(QEMU_OBJS_LIB)
39
	$(call quiet-command,$(LIBTOOL) --mode=link --quiet --tag=CC $(CC) -rpath $(libdir) -o $@ $^ $(libcacard_libs),"  lt LINK $@")
39
	$(call quiet-command,$(LIBTOOL) --mode=link --tag=CC $(CC) -rpath $(libdir) -o $@ $^ $(libcacard_libs),"  lt LINK $@")
40 40

  
41 41
libcacard_srcpath=$(SRC_PATH)/libcacard
42 42
libcacard.pc: $(libcacard_srcpath)/libcacard.pc.in
b/rules.mak
24 24
%.lo: %.c
25 25
	@echo "missing libtool. please install and rerun configure"; exit 1
26 26
else
27
LIBTOOL += $(if $(V),,--quiet)
27 28
%.lo: %.c
28
	$(call quiet-command,$(LIBTOOL) --mode=compile --quiet --tag=CC $(CC) $(QEMU_INCLUDES) $(QEMU_CFLAGS) $(QEMU_DGFLAGS) $(CFLAGS) -c -o $@ $<,"  lt CC $@")
29
	$(call quiet-command,$(LIBTOOL) --mode=compile --tag=CC $(CC) $(QEMU_INCLUDES) $(QEMU_CFLAGS) $(QEMU_DGFLAGS) $(CFLAGS) -c -o $@ $<,"  lt CC $@")
29 30
endif
30 31

  
31 32
%.asm: %.S

Also available in: Unified diff