perf_counter tools: Remove zlib dependency
authorAnton Blanchard <anton@samba.org>
Tue, 30 Jun 2009 23:00:45 +0000 (09:00 +1000)
committerIngo Molnar <mingo@elte.hu>
Tue, 30 Jun 2009 23:25:18 +0000 (01:25 +0200)
The zlib devel libraries may not be installed and since we aren't
using zlib we may as well remove it.

Signed-off-by: Anton Blanchard <anton@samba.org>
Cc: a.p.zijlstra@chello.nl
Cc: paulus@samba.org
LKML-Reference: <20090630230140.802078956@samba.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
tools/perf/Makefile

index 9c6d0ae..f572c90 100644 (file)
@@ -381,12 +381,6 @@ ifndef CC_LD_DYNPATH
        endif
 endif
 
-ifdef ZLIB_PATH
-       BASIC_CFLAGS += -I$(ZLIB_PATH)/include
-       EXTLIBS += -L$(ZLIB_PATH)/$(lib) $(CC_LD_DYNPATH)$(ZLIB_PATH)/$(lib)
-endif
-EXTLIBS += -lz
-
 ifdef NEEDS_SOCKET
        EXTLIBS += -lsocket
 endif