You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
384 B
13 lines
384 B
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)|' \ |
|
$< > $@ |
|
|
|
|
|
|