]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Remove dependency on a file named "-lz"
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Sun, 26 Mar 2006 23:14:52 +0000 (01:14 +0200)
committerJunio C Hamano <junkio@cox.net>
Mon, 27 Mar 2006 03:07:08 +0000 (19:07 -0800)
commit54c261f90fb8aa9a0f12431cce2c2631a119d667
tree8994ef3dde8ff540cf625003b7059c2186d292eb
parentcebff98dbe3fd6177337ae4d440b81ffed797608
Remove dependency on a file named "-lz"

By changing the dependency "$(LIB_H)" to "$(LIBS)", at least one version
of make thought that a file named "-lz" would be needed.

Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile