- fix generation of the busybox.links install script inputfile

This commit is contained in:
Bernhard Reutner-Fischer
2006-11-17 13:17:04 +00:00
parent 68532b3578
commit 193bcf381e
2 changed files with 2 additions and 2 deletions

View File

@@ -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