We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d962d6 commit 553bea3Copy full SHA for 553bea3
Makefile.am
@@ -47,10 +47,8 @@ dot_cardpeek.tar.gz: dot_cardpeek_dir
47
cardpeek_resources.$(OBJEXT): dot_cardpeek.tar.gz $(ICONS) AUTHORS COPYING cardpeek_resources.gresource.xml
48
@echo " GLIB_COMPILE_RESOURCES cardpeek_resources.gresource.xml"
49
@$(GLIB_COMPILE_RESOURCES) --generate-source --sourcedir=. --sourcedir=$(srcdir) --target=cardpeek_resources.c $(srcdir)/cardpeek_resources.gresource.xml
50
- @echo " CC cardpeek_resource.c"
51
- @$(COMPILE) -c cardpeek_resources.c
+ $(AM_V_CC)$(COMPILE) -c cardpeek_resources.c
52
53
smartcard.$(OBJEXT): smartcard.c smartcard.h $(DRIVERS)
54
- @echo " CC $<"
55
- @$(COMPILE) -c $<
+ $(AM_V_CC)$(COMPILE) -c $<
56
0 commit comments