- fix generation of the busybox.links install script inputfile
diff --git a/Makefile.custom b/Makefile.custom
index 5682a4b..11141e7 100644
--- a/Makefile.custom
+++ b/Makefile.custom
@@ -5,7 +5,7 @@
 %.bflt: %_unstripped
 	$(CROSS_COMPILE)elf2flt $(ELF2FLTFLAGS) $< -o $@
 
-busybox.links: $(srctree)/applets/busybox.mkll $(srctree)/include/applets.h
+busybox.links: $(srctree)/applets/busybox.mkll $(objtree)/include/autoconf.h $(srctree)/include/applets.h
 	$(Q)-$(SHELL) $^ >$@
 
 .PHONY: install