diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-05-28 14:19:27 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-05-28 14:19:27 +0000 |
commit | 17282292c2259b130ef7833bdac97c8ce8bf5515 (patch) | |
tree | 2740c55326f87a057cb7652d03582d5a9bfb0f48 /libbb/Kbuild | |
parent | 5de8a13b0888e6eb490e13cba2cca293ee8bc4ad (diff) | |
download | busybox-w32-17282292c2259b130ef7833bdac97c8ce8bf5515.tar.gz busybox-w32-17282292c2259b130ef7833bdac97c8ce8bf5515.tar.bz2 busybox-w32-17282292c2259b130ef7833bdac97c8ce8bf5515.zip |
- add strrchr
Diffstat (limited to 'libbb/Kbuild')
-rw-r--r-- | libbb/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbb/Kbuild b/libbb/Kbuild index 0c7e25497..201d795ad 100644 --- a/libbb/Kbuild +++ b/libbb/Kbuild | |||
@@ -87,6 +87,7 @@ lib-y += simplify_path.o | |||
87 | lib-y += skip_whitespace.o | 87 | lib-y += skip_whitespace.o |
88 | lib-y += speed_table.o | 88 | lib-y += speed_table.o |
89 | lib-y += str_tolower.o | 89 | lib-y += str_tolower.o |
90 | lib-y += strrstr.o | ||
90 | lib-y += time.o | 91 | lib-y += time.o |
91 | lib-y += trim.o | 92 | lib-y += trim.o |
92 | lib-y += u_signal_names.o | 93 | lib-y += u_signal_names.o |