diff src/makefile.unix @ 2586:42335ead6346 draft

Add /bin/sh to bitcoin-qt.pro - as some filesystems don't have the execute flag.
author R E Broadley <rebroad+github@gmail.com>
date Thu, 17 May 2012 16:15:28 +0100 (2012-05-17)
parents 9ceab6bfe212
children 60b19c042950
line wrap: on
line diff
--- a/src/makefile.unix
+++ b/src/makefile.unix
@@ -119,7 +119,7 @@
 -include obj-test/*.P
 
 obj/build.h: FORCE
-	../share/genbuild.sh obj/build.h
+	/bin/sh ../share/genbuild.sh obj/build.h
 version.cpp: obj/build.h
 DEFS += -DHAVE_BUILD_INFO