[Assorted-commits] SF.net SVN: assorted: [460] hash-join/trunk/src/Makefile
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-02-16 21:40:19
|
Revision: 460 http://assorted.svn.sourceforge.net/assorted/?rev=460&view=rev Author: yangzhang Date: 2008-02-16 13:40:25 -0800 (Sat, 16 Feb 2008) Log Message: ----------- removed commons symlink from src makefile Modified Paths: -------------- hash-join/trunk/src/Makefile Modified: hash-join/trunk/src/Makefile =================================================================== --- hash-join/trunk/src/Makefile 2008-02-16 21:39:51 UTC (rev 459) +++ hash-join/trunk/src/Makefile 2008-02-16 21:40:25 UTC (rev 460) @@ -1,5 +1,5 @@ TARGET := hashjoin -SRCS := hashjoin.cc $(wildcard commons/*.h) +SRCS := hashjoin.cc export TARGET ### begin common makefrag This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |