diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-06-19 15:58:02 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-06-19 15:58:02 +0000 |
commit | 5b5bcf24f5293f7f3db0aca9af98777a5aff6be2 (patch) | |
tree | 88d6cf678bcb1f56e3aba070df52091d733eb122 /Makefile.custom | |
parent | 31789a81d5751acaaf373e8ede2932208161f869 (diff) | |
download | busybox-w32-5b5bcf24f5293f7f3db0aca9af98777a5aff6be2.tar.gz busybox-w32-5b5bcf24f5293f7f3db0aca9af98777a5aff6be2.tar.bz2 busybox-w32-5b5bcf24f5293f7f3db0aca9af98777a5aff6be2.zip |
punt %.bflt target in favor of proper LDFLAGS=-Wl,-elf2flt handling
Diffstat (limited to 'Makefile.custom')
-rw-r--r-- | Makefile.custom | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.custom b/Makefile.custom index cf3d14321..bb5977697 100644 --- a/Makefile.custom +++ b/Makefile.custom | |||
@@ -2,9 +2,6 @@ | |||
2 | # Build system | 2 | # Build system |
3 | # ========================================================================== | 3 | # ========================================================================== |
4 | 4 | ||
5 | %.bflt: %_unstripped | ||
6 | $(CROSS_COMPILE)elf2flt $(ELF2FLTFLAGS) $< -o $@ | ||
7 | |||
8 | busybox.links: $(srctree)/applets/busybox.mkll $(objtree)/include/autoconf.h $(srctree)/include/applets.h | 5 | busybox.links: $(srctree)/applets/busybox.mkll $(objtree)/include/autoconf.h $(srctree)/include/applets.h |
9 | $(Q)-$(SHELL) $^ >$@ | 6 | $(Q)-$(SHELL) $^ >$@ |
10 | 7 | ||