aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-03-13 22:57:56 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-03-13 22:57:56 +0000
commit93e23b5b9d6a66f68f5b8802f19e349e4ab34fd9 (patch)
tree2d549a0d8748a9673be658e193a8104149cf2c15 /Makefile
parent3e3cbca64f0a61a33089cad1e171dc82d00250f5 (diff)
downloadbusybox-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--Makefile1
1 files changed, 1 insertions, 0 deletions
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
299 - $(SHELL) $^ >$@ 299 - $(SHELL) $^ >$@
300 300
301nfsmount.o cmdedit.o: %.o: %.h 301nfsmount.o cmdedit.o: %.o: %.h
302sh.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