diff options
Diffstat (limited to 'libraries/libprof/Makefile')
-rw-r--r-- | libraries/libprof/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/libprof/Makefile b/libraries/libprof/Makefile index 37b9a23..28bedea 100644 --- a/libraries/libprof/Makefile +++ b/libraries/libprof/Makefile @@ -1,6 +1,6 @@ LIB = libprof.a -OBJS = gmon.o profil.o profiler.o memfunc.o +OBJS = gmon.o profiler.o memfunc.o # Don't profile the profiling code, because that way lies madness (and recursion). CFLAGS := $(subst -pg,,$(CFLAGS)) |