Darwin: Ignore missing /sw/lib
commite3601e8bb76e46745d4919c3f30b1dddae040eb2
authorShawn Pearce <spearce@spearce.org>
Tue, 28 Feb 2006 14:03:48 +0000 (28 09:03 -0500)
committerJunio C Hamano <junkio@cox.net>
Tue, 28 Feb 2006 19:02:13 +0000 (28 11:02 -0800)
treefda2b0c067934649485625c5be364d135975a6ca
parentd82343b93860348215db0c7267bc051e5f80aefa
Darwin: Ignore missing /sw/lib

When on Darwin platforms don't include Fink or DarwinPorts
into the link path unless the related library directory
is actually present.  The linker on MacOS 10.4 complains
if it is given a directory which does not exist.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile