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 --- Index: linux-2.6-tip/tools/perf/Makefile =================================================================== --- linux-2.6-tip.orig/tools/perf/Makefile 2009-07-01 08:21:13.000000000 +1000 +++ linux-2.6-tip/tools/perf/Makefile 2009-07-01 08:21:28.000000000 +1000 @@ -379,12 +379,6 @@ 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 -- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/