diff options
| author | Matt Kraai <kraai@debian.org> | 2001-08-01 17:21:35 +0000 |
|---|---|---|
| committer | Matt Kraai <kraai@debian.org> | 2001-08-01 17:21:35 +0000 |
| commit | 2d91deba45d5a284614e06cc55e2be03599ca26d (patch) | |
| tree | 0ba0d2096b4305465ddea8532a5931cb4c02b343 /Makefile | |
| parent | 00344431402703089c6b93f6119f9966cc7ba566 (diff) | |
| download | busybox-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-- | Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
| @@ -349,7 +349,7 @@ busybox.links: busybox.mkll Config.h applets.h | |||
| 349 | - $(SHELL) $^ >$@ | 349 | - $(SHELL) $^ >$@ |
| 350 | 350 | ||
| 351 | nfsmount.o cmdedit.o: %.o: %.h | 351 | nfsmount.o cmdedit.o: %.o: %.h |
| 352 | sh.o: cmdedit.h | 352 | ash.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 | ||
| 378 | usage.o: usage.h | 378 | usage.o: usage.h |
| 379 | 379 | ||
| 380 | sh.o: sh.c lash.c hush.c msh.c ash.c | ||
| 381 | |||
| 382 | libbb/loop.o: libbb/loop.h | 380 | libbb/loop.o: libbb/loop.h |
| 383 | 381 | ||
| 384 | libbb/loop.h: mk_loop_h.sh | 382 | libbb/loop.h: mk_loop_h.sh |
