aboutsummaryrefslogtreecommitdiff
path: root/Makefile.custom
diff options
context:
space:
mode:
authoraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-11-17 13:17:04 +0000
committeraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-11-17 13:17:04 +0000
commit3d1219c7a7fed95265d2d0a1d50ee329beeeb399 (patch)
treeedec2882cf69f7794f800f5aa0cf8e09f112220d /Makefile.custom
parent37379389f6a5369ecd959de48086daefd2baede8 (diff)
downloadbusybox-w32-3d1219c7a7fed95265d2d0a1d50ee329beeeb399.tar.gz
busybox-w32-3d1219c7a7fed95265d2d0a1d50ee329beeeb399.tar.bz2
busybox-w32-3d1219c7a7fed95265d2d0a1d50ee329beeeb399.zip
- fix generation of the busybox.links install script inputfile
git-svn-id: svn://busybox.net/trunk/busybox@16562 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 @@
5%.bflt: %_unstripped 5%.bflt: %_unstripped
6 $(CROSS_COMPILE)elf2flt $(ELF2FLTFLAGS) $< -o $@ 6 $(CROSS_COMPILE)elf2flt $(ELF2FLTFLAGS) $< -o $@
7 7
8busybox.links: $(srctree)/applets/busybox.mkll $(srctree)/include/applets.h 8busybox.links: $(srctree)/applets/busybox.mkll $(objtree)/include/autoconf.h $(srctree)/include/applets.h
9 $(Q)-$(SHELL) $^ >$@ 9 $(Q)-$(SHELL) $^ >$@
10 10
11.PHONY: install 11.PHONY: install