diff --git a/Makefile.am b/Makefile.am index 545188fc0..878320886 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,11 +17,11 @@ pcfiles = \ # clutter-..pc - for generic dependencies clutter-$(CLUTTER_API_VERSION).pc: clutter.pc - @cp $< $@ + $(QUIET_GEN)cp $< $@ # clutter--..pc - for backend-specific dependencies clutter-$(CLUTTER_FLAVOUR)-$(CLUTTER_API_VERSION).pc: clutter.pc - @cp $< $@ + $(QUIET_GEN)cp $< $@ .PHONY: test-report full-report test-report full-report: