diff options
author | Fneufneu <fneufneu@xbmc.org> | 2011-02-07 13:04:53 +0100 |
---|---|---|
committer | Fneufneu <fneufneu@xbmc.org> | 2011-02-07 13:04:53 +0100 |
commit | eb7c46e51b2b7f54a93a7fbd3e7ebe6767b20ec8 (patch) | |
tree | 9d3dd899886d49bf91cd38637cadabc72d2eafff /Makefile.include.in | |
parent | 7f98e79b714b47b2e2107fab5397da54d372768f (diff) |
remove all /bin/bash and replace them by @SHELL@ macro
Diffstat (limited to 'Makefile.include.in')
-rw-r--r-- | Makefile.include.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.include.in b/Makefile.include.in index bb5839f29c..7cc7dc6e48 100644 --- a/Makefile.include.in +++ b/Makefile.include.in @@ -1,7 +1,7 @@ AR=ar ARFLAGS=crus RM=rm -rf -SHELL=/bin/bash +SHELL=@SHELL@ ARCH=@ARCH@ abs_top_srcdir=@abs_top_srcdir@ prefix=@prefix@ |