projects
/
xxhash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6b09c6
)
upstream-b4dbf5fefc37b8a-fix-empty-version-in-pc-file
author
Norbert Preining
<norbert@preining.info>
Mon, 11 Jan 2021 12:57:57 +0000
(12:57 +0000)
committer
Norbert Preining
<norbert@preining.info>
Mon, 11 Jan 2021 12:57:57 +0000
(12:57 +0000)
Gbp-Pq: Name upstream-
b4dbf5fefc37b8a
-fix-empty-version-in-pc-file
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index ef24e94c6c0075091e8198105c9770758942506d..da1ce06809ad7e7a551b670580f87a8ee63e01e1 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-437,7
+437,7
@@
libxxhash.pc: libxxhash.pc.in
-e 's|@EXECPREFIX@|$(PCEXECDIR)|' \
-e 's|@LIBDIR@|$(PCLIBDIR)|' \
-e 's|@INCLUDEDIR@|$(PCINCDIR)|' \
- -e 's|@VERSION@|$(
VERSION
)|' \
+ -e 's|@VERSION@|$(
LIBVER
)|' \
$< > $@