From: Eric Andersen Date: Wed, 14 Feb 2001 21:52:18 +0000 (-0000) Subject: Make usage.c depend on usage.h X-Git-Tag: 0_50~226 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8305006f7cc23c8eafcdbe757a44268c98cac5e2;p=oweals%2Fbusybox.git Make usage.c depend on usage.h -Erik --- diff --git a/Makefile b/Makefile index c6c23b313..b1f88aa9c 100644 --- a/Makefile +++ b/Makefile @@ -249,6 +249,8 @@ busybox.links: Config.h applets.h nfsmount.o cmdedit.o: %.o: %.h $(OBJECTS): %.o: %.c Config.h busybox.h applets.h Makefile +usage.o: usage.h + utility.o: loop.h loop.h: mk_loop_h.sh