diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-02-14 21:52:18 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-02-14 21:52:18 +0000 |
commit | 8305006f7cc23c8eafcdbe757a44268c98cac5e2 (patch) | |
tree | ce7d88424372a14d2bc228c66c70917d7287140e /Makefile | |
parent | c1c43113b4afb7f4ca298a702a0341747d9727f0 (diff) | |
download | busybox-w32-8305006f7cc23c8eafcdbe757a44268c98cac5e2.tar.gz busybox-w32-8305006f7cc23c8eafcdbe757a44268c98cac5e2.tar.bz2 busybox-w32-8305006f7cc23c8eafcdbe757a44268c98cac5e2.zip |
Make usage.c depend on usage.h
-Erik
Diffstat (limited to 'Makefile')
-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 |