diff options
Diffstat (limited to 'Makefile.custom')
-rw-r--r-- | Makefile.custom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.custom b/Makefile.custom index 5682a4b75..11141e71f 100644 --- a/Makefile.custom +++ b/Makefile.custom | |||
@@ -5,7 +5,7 @@ | |||
5 | %.bflt: %_unstripped | 5 | %.bflt: %_unstripped |
6 | $(CROSS_COMPILE)elf2flt $(ELF2FLTFLAGS) $< -o $@ | 6 | $(CROSS_COMPILE)elf2flt $(ELF2FLTFLAGS) $< -o $@ |
7 | 7 | ||
8 | busybox.links: $(srctree)/applets/busybox.mkll $(srctree)/include/applets.h | 8 | busybox.links: $(srctree)/applets/busybox.mkll $(objtree)/include/autoconf.h $(srctree)/include/applets.h |
9 | $(Q)-$(SHELL) $^ >$@ | 9 | $(Q)-$(SHELL) $^ >$@ |
10 | 10 | ||
11 | .PHONY: install | 11 | .PHONY: install |