diff options
| author | R E Broadley <[email protected]> | 2012-05-17 16:15:28 +0100 |
|---|---|---|
| committer | R E Broadley <[email protected]> | 2012-05-17 18:48:09 +0100 |
| commit | 8c35bfbadf3e318be8a551e3123188dac994d8a4 (patch) | |
| tree | 4c1df1da43d4aa67e42b80a38e640aa9795d72b0 /src/makefile.unix | |
| parent | Merge pull request #1332 from Diapolo/fix_RenameOver_FileCommit_Win32 (diff) | |
| download | discoin-8c35bfbadf3e318be8a551e3123188dac994d8a4.tar.xz discoin-8c35bfbadf3e318be8a551e3123188dac994d8a4.zip | |
Add /bin/sh to bitcoin-qt.pro - as some filesystems don't have the execute flag.
Diffstat (limited to 'src/makefile.unix')
| -rw-r--r-- | src/makefile.unix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile.unix b/src/makefile.unix index b1cc89d0c..04e17866e 100644 --- a/src/makefile.unix +++ b/src/makefile.unix @@ -119,7 +119,7 @@ all: bitcoind -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 |