Browse Source

Remove make rule which doesn't even fire

and causes automake to complain.
David Barksdale 4 years ago
parent
commit
d86e03829d
1 changed files with 0 additions and 7 deletions
  1. 0 7
      pkgconfig/Makefile.am

+ 0 - 7
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)