diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-19 22:17:44 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-19 22:17:44 +0000 |
commit | b79b87a30f9c96edc49b05f04b087ae22a2f4736 (patch) | |
tree | c2fddc0c7b4f2ac88a7432f9d2bb477572d3631d /Makefile.custom | |
parent | 9fa9950784a0399b03473281de0109214552dbdf (diff) | |
download | busybox-b79b87a30f9c96edc49b05f04b087ae22a2f4736.tar.gz |
build system: (try to) get rid of bb_config.h hack
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 1733232e0..5682a4b75 100644 --- a/Makefile.custom +++ b/Makefile.custom @@ -5,7 +5,7 @@ %.bflt: %_unstripped $(CROSS_COMPILE)elf2flt $(ELF2FLTFLAGS) $< -o $@ -busybox.links: $(srctree)/applets/busybox.mkll include/bb_config.h $(srctree)/include/applets.h +busybox.links: $(srctree)/applets/busybox.mkll $(srctree)/include/applets.h $(Q)-$(SHELL) $^ >$@ .PHONY: install |