Browse Source

always define CONFIG_SHELL

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Bernhard Reutner-Fischer 14 years ago
parent
commit
105ceb0fdc
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Makefile

+ 2 - 0
Makefile

@@ -11,6 +11,8 @@ export top_builddir
 
 # We do not need built-in implicit rules
 MAKEFLAGS += -r
+CONFIG_SHELL ?= /bin/sh
+export CONFIG_SHELL
 
 include $(top_srcdir)Makefile.in
 include $(top_srcdir)Makerules