[complement-svn] SF.net SVN: complement: [1768] trunk/complement/explore/lib/mt/Makefile
Status: Pre-Alpha
Brought to you by:
complement
From: <com...@us...> - 2007-10-24 14:29:08
|
Revision: 1768 http://complement.svn.sourceforge.net/complement/?rev=1768&view=rev Author: complement Date: 2007-10-24 07:29:05 -0700 (Wed, 24 Oct 2007) Log Message: ----------- allow build without BFD; libxmt 1.14.1 Modified Paths: -------------- trunk/complement/explore/lib/mt/Makefile Modified: trunk/complement/explore/lib/mt/Makefile =================================================================== --- trunk/complement/explore/lib/mt/Makefile 2007-10-24 14:25:11 UTC (rev 1767) +++ trunk/complement/explore/lib/mt/Makefile 2007-10-24 14:29:05 UTC (rev 1768) @@ -8,7 +8,8 @@ INCLUDES += -I$(SRCROOT)/include HEADERS_BASE = $(SRCROOT)/include/mt $(SRCROOT)/include/config $(SRCROOT)/include/misc -LDLIBS += -ldl -lbfd +# LDLIBS += -ldl -lbfd +LDLIBS += -ldl check: all-shared $(MAKE) -C ut all-shared This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |