summaryrefslogtreecommitdiff
path: root/dev-libs/jemalloc/files/jemalloc-3.0.0-no-pprof.patch
blob: c2fa815ec52996e448d24cf0a85353c420177374 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
diff --git a/Makefile.in b/Makefile.in
index 6675b59..ce0782f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -69,7 +69,6 @@ endif
 LIBJEMALLOC := $(LIBPREFIX)jemalloc$(install_suffix)
 
 # Lists of files.
-BINS := $(srcroot)bin/pprof $(objroot)bin/jemalloc.sh
 CHDRS := $(objroot)include/jemalloc/jemalloc$(install_suffix).h \
 	$(objroot)include/jemalloc/jemalloc_defs$(install_suffix).h
 CSRCS := $(srcroot)src/jemalloc.c $(srcroot)src/arena.c $(srcroot)src/atomic.c \
@@ -196,13 +195,6 @@ build_lib_shared: $(DSOS)
 build_lib_static: $(STATIC_LIBS)
 build: build_lib_shared build_lib_static
 
-install_bin:
-	install -d $(BINDIR)
-	@for b in $(BINS); do \
-	echo "install -m 755 $$b $(BINDIR)"; \
-	install -m 755 $$b $(BINDIR); \
-done
-
 install_include:
 	install -d $(INCLUDEDIR)/jemalloc
 	@for h in $(CHDRS); do \