From d1e70b41990ee7e7790cee4d6bf72db4ec051a8f Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 11 Nov 2009 17:23:18 +0000 Subject: [PATCH] - unix build: fix "out of tree" build (what's that?) from Oliver Bock svn path=/trunk/boinc/; revision=19538 --- Makefile.am | 2 +- checkin_notes | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 062ba97942..2f36f99ec6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/checkin_notes b/checkin_notes index 43531ae007..9a804aef8c 100644 --- a/checkin_notes +++ b/checkin_notes @@ -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