mirror of
https://github.com/sheumann/hush.git
synced 2025-01-14 12:30:40 +00:00
Fix loop.h dependencies.
This commit is contained in:
parent
a1b35c4512
commit
810d38f850
4
Makefile
4
Makefile
@ -121,7 +121,7 @@ ifdef BB_INIT_SCRIPT
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
all: loop.h busybox busybox.links doc
|
all: busybox busybox.links doc
|
||||||
|
|
||||||
doc: olddoc
|
doc: olddoc
|
||||||
|
|
||||||
@ -179,7 +179,7 @@ busybox.links: busybox.def.h
|
|||||||
nfsmount.o cmdedit.o: %.o: %.h
|
nfsmount.o cmdedit.o: %.o: %.h
|
||||||
$(OBJECTS): %.o: busybox.def.h internal.h %.c Makefile
|
$(OBJECTS): %.o: busybox.def.h internal.h %.c Makefile
|
||||||
|
|
||||||
utility.o:
|
utility.o: loop.h
|
||||||
|
|
||||||
loop.h:
|
loop.h:
|
||||||
@./mk_loop_h.sh
|
@./mk_loop_h.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user