projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53fd26b
)
Remove make rule which doesn't even fire
author
David Barksdale
<amatus@amat.us>
Tue, 27 Aug 2019 20:21:19 +0000
(15:21 -0500)
committer
David Barksdale
<amatus@amat.us>
Tue, 27 Aug 2019 20:21:19 +0000
(15:21 -0500)
and causes automake to complain.
pkgconfig/Makefile.am
patch
|
blob
|
history
diff --git
a/pkgconfig/Makefile.am
b/pkgconfig/Makefile.am
index 7b7af6369bbed661b9c967d40f556b4e1218a853..3199a04a4c96917d2c22962553f1b7a89174dd68 100644
(file)
--- 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)