Browse Source

always define CONFIG_SHELL

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Bernhard Reutner-Fischer 15 năm trước cách đây
mục cha
commit
105ceb0fdc
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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