Makefile: expand @AWK_PATH@ and @SHELL_PATH@ everywhere
commit4c717beaa5aefa81b98fedcfdc37b60b033c577f
authorKyle J. McKay <mackyle@gmail.com>
Fri, 24 Mar 2017 17:21:07 +0000 (24 10:21 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Fri, 24 Mar 2017 17:21:07 +0000 (24 10:21 -0700)
treef3b629e4648367b8e0bbf86018c1ee9954574893
parentc8df98c9282a1ca70a372a3b9f77e7ac90911fe3
Makefile: expand @AWK_PATH@ and @SHELL_PATH@ everywhere

Currently the default for @AWK_PATH@ is just awk but that
might change in the future.

@SHELL_PATH@ is now expanded even when it occurs multiple
times on the same line -- the previous behavior of only
expanding the first one was a bug.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
Makefile