From b3d6e2df95a21034e41d46a18c71dd1c4e07e987 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 13 Mar 2001 22:57:56 +0000 Subject: 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 --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c3c0f7119..6cf23a95f 100644 --- a/Makefile +++ b/Makefile @@ -299,6 +299,7 @@ busybox.links: busybox.mkll Config.h applets.h - $(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 -- cgit v1.2.3