diff options
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 |