a4692697b3
- Updated nopprof patch to match new release - Fixed a few bogus changelog entries
12 lines
489 B
Diff
12 lines
489 B
Diff
--- Makefile.in.orig 2014-02-26 01:49:15.000000000 +0100
|
|
+++ Makefile.in 2014-03-28 08:48:56.682371135 +0100
|
|
@@ -73,7 +73,7 @@
|
|
LIBJEMALLOC := $(LIBPREFIX)jemalloc$(install_suffix)
|
|
|
|
# Lists of files.
|
|
-BINS := $(srcroot)bin/pprof $(objroot)bin/jemalloc.sh
|
|
+BINS := $(objroot)bin/jemalloc.sh
|
|
C_HDRS := $(objroot)include/jemalloc/jemalloc$(install_suffix).h
|
|
C_SRCS := $(srcroot)src/jemalloc.c $(srcroot)src/arena.c \
|
|
$(srcroot)src/atomic.c $(srcroot)src/base.c $(srcroot)src/bitmap.c \
|