make it only build the library, not the execs.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@873 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2008-12-07 16:17:57 +00:00
parent 12b08c6221
commit 00f0f3e067

View File

@ -4,8 +4,8 @@ echo make clobber
make clobber make clobber
# #
## make the standard version (PPC) ## make the standard version (PPC)
echo make echo make librs
make make librs
# #
LIB=libretroshare.a LIB=libretroshare.a
LIB_PPC=libretroshare_ppc.a LIB_PPC=libretroshare_ppc.a