[build] Show pkg-config file being generated

The current Makefile hides the console messages for the pkg-config
files generated from the clutter.pc file. We should show them,
instead.
This commit is contained in:
Emmanuele Bassi 2009-02-19 17:00:22 +00:00
parent c229de8dde
commit b72b6e88f7
1 changed files with 2 additions and 2 deletions

View File

@ -17,11 +17,11 @@ pcfiles = \
# clutter-<major>.<minor>.pc - for generic dependencies
clutter-$(CLUTTER_API_VERSION).pc: clutter.pc
@cp $< $@
$(QUIET_GEN)cp $< $@
# clutter-<flavour>-<major>.<minor>.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: