diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -249,6 +249,8 @@ busybox.links: Config.h applets.h | |||
249 | nfsmount.o cmdedit.o: %.o: %.h | 249 | nfsmount.o cmdedit.o: %.o: %.h |
250 | $(OBJECTS): %.o: %.c Config.h busybox.h applets.h Makefile | 250 | $(OBJECTS): %.o: %.c Config.h busybox.h applets.h Makefile |
251 | 251 | ||
252 | usage.o: usage.h | ||
253 | |||
252 | utility.o: loop.h | 254 | utility.o: loop.h |
253 | 255 | ||
254 | loop.h: mk_loop_h.sh | 256 | loop.h: mk_loop_h.sh |