X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/790e52461d94a523d6f8c446fecbf331eb2e840b..e9c9a47c07e7dc631b227347a767618bf6e79723:/GNUmakefile.in diff --git a/GNUmakefile.in b/GNUmakefile.in index a47947c..0d342ed 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -1,6 +1,6 @@ # @configure_input@ -SHELL := $(shell which @BASH@) +SHELL := @_BASH@ VPATH := @srcdir@ ifndef PKG_TARG @@ -21,7 +21,7 @@ ldflags := @LDFLAGS@ library := @LIBS@ @LTLIBAPR@ @LTLIBICONV@ sed := @SED@ bison := @BISON@ -time := $(shell which @TIME@) +time := @TIME@ gperf := @GPERF@ otool := @OTOOL@