]> git.saurik.com Git - cycript.git/blobdiff - GNUmakefile.in
Better version checking for bison, flex, and gperf that falls through to other versio...
[cycript.git] / GNUmakefile.in
index a47947ccf5b3ac0ab7832bb7479ffa11a78c4eab..0d342ed4b9940e5ca3211433828a2926cbb7ccd8 100644 (file)
@@ -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@