Update the lash shell (hopefully the last time...) so things like
echo "foo   bar" and echo -n "foo\t\\\\\tbar" work as expected.
Merge prompt printing work from Vladimir.
 -Erik
diff --git a/Makefile b/Makefile
index c3c0f71..6cf23a9 100644
--- a/Makefile
+++ b/Makefile
@@ -299,6 +299,7 @@
 	- $(SHELL) $^ >$@
 
 nfsmount.o cmdedit.o: %.o: %.h
+sh.o: cmdedit.h
 $(OBJECTS): %.o: %.c Config.h busybox.h applets.h Makefile
 	$(CC) -I- $(CFLAGS) -I. $(patsubst %,-I%,$(subst :, ,$(BB_SRC_DIR))) -c $< -o $*.o