*** empty log message ***

svn path=/trunk/boinc/; revision=67
This commit is contained in:
Hiram Clawson 2002-05-25 16:02:02 +00:00
parent 2e450907a5
commit c092632f52
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ all:
cd lib; make; cd ..; \
cd api; make; cd ..; \
cd apps; make; cd ..; \
cd client; ../$(srcdir)/client/configure make; cd ..; \
cd client; ../$(srcdir)/client/configure; make; cd ..; \
cd sched; make; cd ..; \
cd tools; make; cd ..;