summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2009-08-17 19:33:41 +0200
committerAustin Foxley <austinf@cetoncorp.com>2009-08-19 13:07:05 -0700
commit6113cee2036af8e3b69bf046d6df2aa1dd245b2d (patch)
tree29431fe316be5c821c33b4f0ec19d8480d1aef85
parentba24c697a8fcda7111defc6525c2a59cb34daf0c (diff)
downloaduClibc-alpine-6113cee2036af8e3b69bf046d6df2aa1dd245b2d.tar.bz2
uClibc-alpine-6113cee2036af8e3b69bf046d6df2aa1dd245b2d.tar.xz
always define CONFIG_SHELL
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a1547ab28..702430a6d 100644
--- a/Makefile
+++ b/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