- Unix build: make it work if "diff" is missing (??)

from Michael Tughan

svn path=/trunk/boinc/; revision=17821
This commit is contained in:
David Anderson 2009-04-15 20:46:12 +00:00
parent fb70908040
commit 31b929ed67
2 changed files with 9 additions and 2 deletions

View File

@ -3902,3 +3902,10 @@ David 15 Apr 2009
white_grad.png (new)
sched/
sched_plan.cpp
David 15 Apr 2009
- Unix build: make it work if "diff" is missing (??)
from Michael Tughan
lib/
Makefile.am

View File

@ -166,11 +166,11 @@ all-local: $(all_local)
$(LIBBOINC_STATIC): libboinc.la
rm -f $(LIBBOINC_STATIC)
$(LN) .libs/$(LIBBOINC_STATIC)
$(LN) .libs/$(LIBBOINC_STATIC) .
libboinc_fcgi.a: libboinc_fcgi.la
rm -f $(LIBBOINC_FCGI_STATIC)
$(LN) .libs/$(LIBBOINC_FCGI_STATIC)
$(LN) .libs/$(LIBBOINC_FCGI_STATIC) .
endif
# end of "if ENABLE_LIBRARIES"