diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-10-19 22:17:44 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-10-19 22:17:44 +0000 |
commit | f07360e0f627adb247870595f7db5e824d326ed5 (patch) | |
tree | c2fddc0c7b4f2ac88a7432f9d2bb477572d3631d /Makefile.custom | |
parent | c401cd334b14b7c76e4b258c59f4cd39b91b3059 (diff) | |
download | busybox-w32-f07360e0f627adb247870595f7db5e824d326ed5.tar.gz busybox-w32-f07360e0f627adb247870595f7db5e824d326ed5.tar.bz2 busybox-w32-f07360e0f627adb247870595f7db5e824d326ed5.zip |
build system: (try to) get rid of bb_config.h hack
git-svn-id: svn://busybox.net/trunk/busybox@16410 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 @@ | |||
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 include/bb_config.h $(srctree)/include/applets.h | 8 | busybox.links: $(srctree)/applets/busybox.mkll $(srctree)/include/applets.h |
9 | $(Q)-$(SHELL) $^ >$@ | 9 | $(Q)-$(SHELL) $^ >$@ |
10 | 10 | ||
11 | .PHONY: install | 11 | .PHONY: install |