commit d86e03829d9c7c646777178cd9c082fd795fef06
parent 53fd26b7e0deef386aeb207bfc1e3f7c00a1f775
Author: David Barksdale <amatus@amat.us>
Date: Tue, 27 Aug 2019 15:21:19 -0500
Remove make rule which doesn't even fire
and causes automake to complain.
Diffstat:
1 file changed, 0 insertions(+), 7 deletions(-)
diff --git a/pkgconfig/Makefile.am b/pkgconfig/Makefile.am
@@ -38,13 +38,6 @@ pcfiles = \
all-local: $(pcfiles)
-cp_verbose = $(cp_verbose_$(V))
-cp_verbose_ = $(cp_verbose_$(AM_DEFAULT_VERBOSITY))
-cp_verbose_0 = @echo " CP $@";
-
-%.pc: %.pc
- $(cp_verbose_0)cp $< $@
-
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = $(pcfiles)