Separate LDFLAGS and CFLAGS.
commit94d2331770b08dc28faf1d950a546a0feb953323
authorJunio C Hamano <junkio@cox.net>
Sun, 13 Nov 2005 09:46:13 +0000 (13 01:46 -0800)
committerJunio C Hamano <junkio@cox.net>
Mon, 14 Nov 2005 08:26:49 +0000 (14 00:26 -0800)
tree981a5db5c28d2834cf180493d96a1accb3dad415
parent6d5410d65137dc76a504b550872614170e2d98b3
Separate LDFLAGS and CFLAGS.

Stuffing -L flag and friends meant for the linking phase into
ALL_CFLAGS is not right; honor LDFLAGS and introduce ALL_LDFLAGS
to separate them out.

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