diff options
author | Nicolas Thill <nico@openwrt.org> | 2010-04-03 00:58:46 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2010-04-03 00:58:46 +0000 |
commit | 8be628f50a9626ad6a3b44df9f1b84dc4e01394f (patch) | |
tree | 5616527ebb38eeeacb0916ef8ee7f2d1e5240721 /package/busybox/patches/000-autoconf.patch | |
parent | 15f9699e985a6d0c93283366864c2ffc43e53b2c (diff) | |
download | upstream-8be628f50a9626ad6a3b44df9f1b84dc4e01394f.tar.gz upstream-8be628f50a9626ad6a3b44df9f1b84dc4e01394f.tar.bz2 upstream-8be628f50a9626ad6a3b44df9f1b84dc4e01394f.zip |
busybox: update to v1.16.1 (based on v1.16.0 update patch from Peter Wagner)
SVN-Revision: 20661
Diffstat (limited to 'package/busybox/patches/000-autoconf.patch')
-rw-r--r-- | package/busybox/patches/000-autoconf.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package/busybox/patches/000-autoconf.patch b/package/busybox/patches/000-autoconf.patch index d0a6f61270..54f61c4323 100644 --- a/package/busybox/patches/000-autoconf.patch +++ b/package/busybox/patches/000-autoconf.patch @@ -1,12 +1,12 @@ --- a/applets/Kbuild +++ b/applets/Kbuild -@@ -27,13 +27,13 @@ HOSTCFLAGS_usage.o = -I$(srctree_slash)i - +@@ -28,13 +28,13 @@ HOSTCFLAGS_usage_pod.o = -I$(srctree_sla applets/applets.o: include/usage_compressed.h include/applet_tables.h --applets/usage: .config $(srctree_slash)applets/usage_compressed -+applets/usage: .config $(srctree_slash)applets/usage_compressed include/autoconf.h - applets/applet_tables: .config + applets/applet_tables: .config $(srctree_slash)include/applets.h +-applets/usage: .config $(srctree_slash)include/applets.h ++applets/usage: .config $(srctree_slash)include/applets.h include/autoconf.h + applets/usage_pod: .config include/applet_tables.h $(srctree_slash)include/applets.h quiet_cmd_gen_usage_compressed = GEN include/usage_compressed.h cmd_gen_usage_compressed = $(srctree_slash)applets/usage_compressed include/usage_compressed.h applets |