mirror of
https://github.com/sheumann/hush.git
synced 2024-12-27 01:32:08 +00:00
Make usage.c depend on usage.h
-Erik
This commit is contained in:
parent
c1c43113b4
commit
8305006f7c
2
Makefile
2
Makefile
@ -249,6 +249,8 @@ busybox.links: Config.h applets.h
|
|||||||
nfsmount.o cmdedit.o: %.o: %.h
|
nfsmount.o cmdedit.o: %.o: %.h
|
||||||
$(OBJECTS): %.o: %.c Config.h busybox.h applets.h Makefile
|
$(OBJECTS): %.o: %.c Config.h busybox.h applets.h Makefile
|
||||||
|
|
||||||
|
usage.o: usage.h
|
||||||
|
|
||||||
utility.o: loop.h
|
utility.o: loop.h
|
||||||
|
|
||||||
loop.h: mk_loop_h.sh
|
loop.h: mk_loop_h.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user