aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatt Kraai <kraai@debian.org>2001-08-01 17:21:35 +0000
committerMatt Kraai <kraai@debian.org>2001-08-01 17:21:35 +0000
commit2d91deba45d5a284614e06cc55e2be03599ca26d (patch)
tree0ba0d2096b4305465ddea8532a5931cb4c02b343 /Makefile
parent00344431402703089c6b93f6119f9966cc7ba566 (diff)
downloadbusybox-w32-2d91deba45d5a284614e06cc55e2be03599ca26d.tar.gz
busybox-w32-2d91deba45d5a284614e06cc55e2be03599ca26d.tar.bz2
busybox-w32-2d91deba45d5a284614e06cc55e2be03599ca26d.zip
Allow multiple shells to be enabled.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 88a7aa0df..287c3c834 100644
--- a/Makefile
+++ b/Makefile
@@ -349,7 +349,7 @@ busybox.links: busybox.mkll Config.h applets.h
349 - $(SHELL) $^ >$@ 349 - $(SHELL) $^ >$@
350 350
351nfsmount.o cmdedit.o: %.o: %.h 351nfsmount.o cmdedit.o: %.o: %.h
352sh.o: cmdedit.h 352ash.o hush.o lash.o msh.o: cmdedit.h
353$(OBJECTS): %.o: %.c Config.h busybox.h applets.h Makefile 353$(OBJECTS): %.o: %.c Config.h busybox.h applets.h Makefile
354 $(CC) $(CFLAGS) -I. $(patsubst %,-I%,$(subst :, ,$(BB_SRC_DIR))) -c $< -o $*.o 354 $(CC) $(CFLAGS) -I. $(patsubst %,-I%,$(subst :, ,$(BB_SRC_DIR))) -c $< -o $*.o
355 355
@@ -377,8 +377,6 @@ libbb.a: $(LIBBB_MOBJ) $(LIBBB_AROBJS) $(LIBBB_OBJS)
377 377
378usage.o: usage.h 378usage.o: usage.h
379 379
380sh.o: sh.c lash.c hush.c msh.c ash.c
381
382libbb/loop.o: libbb/loop.h 380libbb/loop.o: libbb/loop.h
383 381
384libbb/loop.h: mk_loop_h.sh 382libbb/loop.h: mk_loop_h.sh