[Pntool-developers] SF.net SVN: pntool:[229] spnbox/Makefile
Brought to you by:
compaqdrew,
miordache
From: <Ste...@us...> - 2009-08-21 16:14:44
|
Revision: 229 http://pntool.svn.sourceforge.net/pntool/?rev=229&view=rev Author: StephenCamp Date: 2009-08-21 16:14:28 +0000 (Fri, 21 Aug 2009) Log Message: ----------- Fixed a typo in the spnbox makefile. Modified Paths: -------------- spnbox/Makefile Modified: spnbox/Makefile =================================================================== --- spnbox/Makefile 2009-08-21 16:09:19 UTC (rev 228) +++ spnbox/Makefile 2009-08-21 16:14:28 UTC (rev 229) @@ -5,7 +5,7 @@ all: actn.o admcon.o asiph.o avpr.o chkcons.o deallocation.o dp.o\ extendedmatrix.o fvpr.o gcdv.o invar.o ilpadm.o ipslv.o ipsolve.o isadm.o\ - issiph.o linenf.o matrixmath.o MemoryManager.o mroadm.o msplit.o nltrans.o\ + issiph.o linenf.o matrixmath.o MemoryManager.o mroadm.o msplit.o nltrans.o\ pn2acpn.o pn2eacpn.o reduce.o supervis.o tactn.o liblpsolve55.a actn.o: actn.c spnbox.h MemoryManager.h matrixmath.h ../pnheaders/general.h ../pnheaders/matrix.h @@ -91,7 +91,6 @@ tactn.o: tactn.c spnbox.h ../pnheaders/matrix.h ../pnheaders/pns.h matrixmath.h MemoryManager.h $(COMPILER) -c tactn.c - liblpsolve55.a: ../third-party/lp_solve_5.5/lpsolve55/liblpsolve55.a cp ../third-party/lp_solve_5.5/lpsolve55/liblpsolve55.a liblpsolve55.a This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |