- unix build: fix "out of tree" build (what's that?)

from Oliver Bock

svn path=/trunk/boinc/; revision=19538
This commit is contained in:
David Anderson 2009-11-11 17:23:18 +00:00
parent b3536b414f
commit d1e70b4199
2 changed files with 7 additions and 1 deletions

View File

@ -47,7 +47,7 @@ endif
BUILT_SOURCES = svn_version.h
svn_version.h: generate_svn_version.sh
sh generate_svn_version.sh
cd $(srcdir) && sh generate_svn_version.sh
.PHONY: svn_version.h
# Add a stage target for staging a distribution

View File

@ -9059,3 +9059,9 @@ David 10 Nov 2009
client/
cs_account.cpp
David 10 Nov 2009
- unix build: fix "out of tree" build (what's that?)
from Oliver Bock
Makefile.am