|
1 | | ---- Makefile.orig 2021-03-20 15:53:14 UTC |
| 1 | +--- Makefile.orig 2023-02-24 13:35:28 UTC |
2 | 2 | +++ Makefile |
3 | | -@@ -53,13 +53,14 @@ man5dir = $(mandir)/man5 |
4 | | - man7dir = $(mandir)/man7 |
5 | | - pkgconfigdir= $(prefix)/libdata/pkgconfig |
6 | | - |
7 | | --MKDIR_P = mkdir -p |
8 | | --INSTALL = install -p |
9 | | --INSTALL_DATA = $(INSTALL) -m 644 |
10 | | --INSTALL_DIR = $(MKDIR_P) -m 755 |
11 | | --INSTALL_LIB = $(INSTALL_DATA) |
12 | | --INSTALL_MAN = $(INSTALL_DATA) |
| 3 | +@@ -60,9 +60,9 @@ INSTALL = install -p |
| 4 | + INSTALL_DATA = $(INSTALL) -m 644 |
| 5 | + INSTALL_DIR = $(MKDIR_P) -m 755 |
| 6 | + LIB_PERM = 644 |
| 7 | +-INSTALL_LIB = $(INSTALL) -m $(LIB_PERM) |
| 8 | ++INSTALL_LIB = $(BSD_INSTALL_LIB) |
| 9 | + INSTALL_MAN = $(INSTALL_DATA) |
13 | 10 | -INSTALL_PROGRAM = $(INSTALL) |
14 | | -+# Use ports BSD_INSTALL_PROGRAM to strip if WITH_DEBUG is not set |
15 | | -+MKDIR_P = mkdir -p |
16 | | -+INSTALL = install -p |
17 | | -+INSTALL_DATA = ${BSD_INSTALL_DATA} |
18 | | -+INSTALL_DIR = $(MKDIR_P) |
19 | | -+INSTALL_LIB = ${BSD_INSTALL_LIB} |
20 | | -+INSTALL_MAN = ${BSD_INSTALL_MAN} |
21 | | -+INSTALL_PROGRAM = ${BSD_INSTALL_PROGRAM} |
| 11 | ++INSTALL_PROGRAM = $(BSD_INSTALL_PROGRAM) |
22 | 12 |
|
23 | 13 | # Set by config.mk if plugins are enabled |
24 | 14 | plugindir = |
25 | | -@@ -102,7 +103,7 @@ BUILT_THRASH_PROGRAMS = \ |
26 | | - test/thrash_threads6 \ |
27 | | - test/thrash_threads7 |
28 | | - |
29 | | --all: lib-static lib-shared $(BUILT_PROGRAMS) plugins $(BUILT_TEST_PROGRAMS) \ |
30 | | -+all: lib-static lib-shared $(BUILT_PROGRAMS) plugins \ |
31 | | - htslib_static.mk htslib-uninstalled.pc |
32 | | - |
33 | | - ALL_CPPFLAGS = -I. $(CPPFLAGS) |
0 commit comments