aboutsummaryrefslogtreecommitdiff
path: root/Makefile.custom
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-11-17 13:17:04 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-11-17 13:17:04 +0000
commit193bcf381eaf63aaf92ab8165b5091222b2ab0e6 (patch)
treeedec2882cf69f7794f800f5aa0cf8e09f112220d /Makefile.custom
parent68532b357806a0e70652b1ceccd4d76aa73c3bb8 (diff)
downloadbusybox-193bcf381eaf63aaf92ab8165b5091222b2ab0e6.tar.gz
- fix generation of the busybox.links install script inputfile
Diffstat (limited to 'Makefile.custom')
-rw-r--r--Makefile.custom2
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 @@
%.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