14 lines
384 B
Diff
14 lines
384 B
Diff
|
diff --git a/Makefile b/Makefile
|
||
|
index ef24e94..da1ce06 100644
|
||
|
--- 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)|' \
|
||
|
$< > $@
|
||
|
|
||
|
|