Remove make rule which doesn't even fire
authorDavid Barksdale <amatus@amat.us>
Tue, 27 Aug 2019 20:21:19 +0000 (15:21 -0500)
committerDavid Barksdale <amatus@amat.us>
Tue, 27 Aug 2019 20:21:19 +0000 (15:21 -0500)
and causes automake to complain.

pkgconfig/Makefile.am

index 7b7af6369bbed661b9c967d40f556b4e1218a853..3199a04a4c96917d2c22962553f1b7a89174dd68 100644 (file)
@@ -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)