mirror of https://github.com/BOINC/boinc.git
- Unix build: make it work if "diff" is missing (??)
from Michael Tughan svn path=/trunk/boinc/; revision=17821
This commit is contained in:
parent
fb70908040
commit
31b929ed67
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue