Revision b6fc675b libcacard/Makefile

b/libcacard/Makefile
31 31
#########################################################################
32 32
# Rules for building libcacard standalone library
33 33

  
34
ifeq ($(LIBTOOL),)
35
libcacard.la:
36
	@echo "libtool is missing, please install and rerun configure"; exit 1
37

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

  
......
63 56
	for inc in *.h; do \
64 57
		$(INSTALL_DATA) $(libcacard_srcpath)/$$inc "$(DESTDIR)$(libcacard_includedir)"; \
65 58
	done
66
endif

Also available in: Unified diff