aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.linux-mingw
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2012-05-17 11:14:42 -0700
committerWladimir J. van der Laan <[email protected]>2012-05-17 11:14:42 -0700
commitae2fe472c371cd140b1cabd102a780d4fde1f154 (patch)
tree08a35ed5ea3b2c58ca9bba07f72e8596ae21d587 /src/makefile.linux-mingw
parentMerge pull request #1331 from roques/trivia (diff)
parentAdd /bin/sh to bitcoin-qt.pro - as some filesystems don't have the execute flag. (diff)
downloaddiscoin-ae2fe472c371cd140b1cabd102a780d4fde1f154.tar.xz
discoin-ae2fe472c371cd140b1cabd102a780d4fde1f154.zip
Merge pull request #1333 from rebroad/AddBinSh
Add /bin/sh to bitcoin-qt.pro - as some filesystems don't have the execute flag.
Diffstat (limited to 'src/makefile.linux-mingw')
-rw-r--r--src/makefile.linux-mingw2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile.linux-mingw b/src/makefile.linux-mingw
index 1df1e28f1..61b38a663 100644
--- a/src/makefile.linux-mingw
+++ b/src/makefile.linux-mingw
@@ -70,7 +70,7 @@ OBJS= \
all: bitcoind.exe
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