diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-11-17 13:17:04 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-11-17 13:17:04 +0000 |
commit | 193bcf381eaf63aaf92ab8165b5091222b2ab0e6 (patch) | |
tree | edec2882cf69f7794f800f5aa0cf8e09f112220d | |
parent | 68532b357806a0e70652b1ceccd4d76aa73c3bb8 (diff) | |
download | busybox-w32-193bcf381eaf63aaf92ab8165b5091222b2ab0e6.tar.gz busybox-w32-193bcf381eaf63aaf92ab8165b5091222b2ab0e6.tar.bz2 busybox-w32-193bcf381eaf63aaf92ab8165b5091222b2ab0e6.zip |
- fix generation of the busybox.links install script inputfile
-rw-r--r-- | Makefile.custom | 2 | ||||
-rwxr-xr-x | applets/busybox.mkll | 2 |
2 files changed, 2 insertions, 2 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 | ||
8 | busybox.links: $(srctree)/applets/busybox.mkll $(srctree)/include/applets.h | 8 | busybox.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 |
diff --git a/applets/busybox.mkll b/applets/busybox.mkll index 2ad23f959..6d61f7e82 100755 --- a/applets/busybox.mkll +++ b/applets/busybox.mkll | |||
@@ -10,7 +10,7 @@ | |||
10 | export LC_ALL=POSIX | 10 | export LC_ALL=POSIX |
11 | export LC_CTYPE=POSIX | 11 | export LC_CTYPE=POSIX |
12 | 12 | ||
13 | CONFIG_H=${1:-include/bb_config.h} | 13 | CONFIG_H=${1:-include/autoconf.h} |
14 | APPLETS_H=${2:-include/applets.h} | 14 | APPLETS_H=${2:-include/applets.h} |
15 | $HOSTCC -E -DMAKE_LINKS -include $CONFIG_H $APPLETS_H | | 15 | $HOSTCC -E -DMAKE_LINKS -include $CONFIG_H $APPLETS_H | |
16 | awk '/^[ \t]*LINK/{ | 16 | awk '/^[ \t]*LINK/{ |