diff options
author | David Barksdale <amatus@amat.us> | 2019-08-27 15:21:19 -0500 |
---|---|---|
committer | David Barksdale <amatus@amat.us> | 2019-08-27 15:21:19 -0500 |
commit | d86e03829d9c7c646777178cd9c082fd795fef06 (patch) | |
tree | 337b015ead9dffa4f1be0ce18f2b7cb4b66b93ea | |
parent | 53fd26b7e0deef386aeb207bfc1e3f7c00a1f775 (diff) |
Remove make rule which doesn't even fire
and causes automake to complain.
-rw-r--r-- | pkgconfig/Makefile.am | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/pkgconfig/Makefile.am b/pkgconfig/Makefile.am index 7b7af6369..3199a04a4 100644 --- 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) |