From: <jt...@us...> - 2007-05-01 12:40:27
|
Revision: 258 http://ro-oslib.svn.sourceforge.net/ro-oslib/?rev=258&view=rev Author: jtytgat Date: 2007-05-01 05:40:24 -0700 (Tue, 01 May 2007) Log Message: ----------- Tools target should install the binaries Modified Paths: -------------- branches/simplified-build/!OsLib/Makefile Modified: branches/simplified-build/!OsLib/Makefile =================================================================== --- branches/simplified-build/!OsLib/Makefile 2007-04-29 22:50:19 UTC (rev 257) +++ branches/simplified-build/!OsLib/Makefile 2007-05-01 12:40:24 UTC (rev 258) @@ -36,5 +36,6 @@ cstrong-n-release: cstrong $(MAKE) -C Source release-cstrong +# Build the tools and install them. Tools: - $(MAKE) -C $@ + $(MAKE) -C $@ install This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |