diff options
author | Bert <ber.t@gmx.com> | 2011-03-03 10:52:16 +0100 |
---|---|---|
committer | Bert <ber.t@gmx.com> | 2011-03-03 10:52:16 +0100 |
commit | 00d4b0f7cf6742a66f2bac262d5a3b3a9d0cc275 (patch) | |
tree | 9afbe75728e2077c50b3252548216e5ab44b5836 /Makefile | |
parent | 50e8fbf7b3261668f213e0b46523084bc7966c69 (diff) |
Use "/bin/sh -c" for external commands
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ all: sxiv -VERSION=git-20110301 +VERSION=git-20110303 CC?=gcc PREFIX?=/usr/local |