diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-03-13 22:57:56 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-03-13 22:57:56 +0000 |
commit | 93e23b5b9d6a66f68f5b8802f19e349e4ab34fd9 (patch) | |
tree | 2d549a0d8748a9673be658e193a8104149cf2c15 /Makefile | |
parent | 3e3cbca64f0a61a33089cad1e171dc82d00250f5 (diff) | |
download | busybox-w32-93e23b5b9d6a66f68f5b8802f19e349e4ab34fd9.tar.gz busybox-w32-93e23b5b9d6a66f68f5b8802f19e349e4ab34fd9.tar.bz2 busybox-w32-93e23b5b9d6a66f68f5b8802f19e349e4ab34fd9.zip |
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
git-svn-id: svn://busybox.net/trunk/busybox@2059 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 | |||
299 | - $(SHELL) $^ >$@ | 299 | - $(SHELL) $^ >$@ |
300 | 300 | ||
301 | nfsmount.o cmdedit.o: %.o: %.h | 301 | nfsmount.o cmdedit.o: %.o: %.h |
302 | sh.o: cmdedit.h | ||
302 | $(OBJECTS): %.o: %.c Config.h busybox.h applets.h Makefile | 303 | $(OBJECTS): %.o: %.c Config.h busybox.h applets.h Makefile |
303 | $(CC) -I- $(CFLAGS) -I. $(patsubst %,-I%,$(subst :, ,$(BB_SRC_DIR))) -c $< -o $*.o | 304 | $(CC) -I- $(CFLAGS) -I. $(patsubst %,-I%,$(subst :, ,$(BB_SRC_DIR))) -c $< -o $*.o |
304 | 305 | ||