diff options
author | Eric Andersen | 2001-03-13 22:57:56 +0000 |
---|---|---|
committer | Eric Andersen | 2001-03-13 22:57:56 +0000 |
commit | b3d6e2df95a21034e41d46a18c71dd1c4e07e987 (patch) | |
tree | 2d549a0d8748a9673be658e193a8104149cf2c15 /Makefile | |
parent | 798ab301c772cc18ab64f94386da3c7ec10daf42 (diff) | |
download | busybox-b3d6e2df95a21034e41d46a18c71dd1c4e07e987.zip busybox-b3d6e2df95a21034e41d46a18c71dd1c4e07e987.tar.gz |
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
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |