diff options
author | Ron Yorston <rmy@pobox.com> | 2014-01-20 22:07:54 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2014-01-20 22:07:54 +0000 |
commit | 61a0fc571381226c48728b262495c1c5eafc4fed (patch) | |
tree | 42989d08f6926b73d6ed03ef92f8f1ee4b5062f9 /win32/Kbuild | |
parent | 19148b1e7ebb279bfbc1ea8be329f795fa2c1eb0 (diff) | |
download | busybox-w32-61a0fc571381226c48728b262495c1c5eafc4fed.tar.gz busybox-w32-61a0fc571381226c48728b262495c1c5eafc4fed.tar.bz2 busybox-w32-61a0fc571381226c48728b262495c1c5eafc4fed.zip |
win32: use strptime from gnulib
Diffstat (limited to 'win32/Kbuild')
-rw-r--r-- | win32/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/Kbuild b/win32/Kbuild index 564498c78..c1005bd11 100644 --- a/win32/Kbuild +++ b/win32/Kbuild | |||
@@ -15,6 +15,7 @@ lib-$(CONFIG_PLATFORM_MINGW32) += poll.o | |||
15 | lib-$(CONFIG_PLATFORM_MINGW32) += popen.o | 15 | lib-$(CONFIG_PLATFORM_MINGW32) += popen.o |
16 | lib-$(CONFIG_PLATFORM_MINGW32) += statfs.o | 16 | lib-$(CONFIG_PLATFORM_MINGW32) += statfs.o |
17 | lib-$(CONFIG_PLATFORM_MINGW32) += mntent.o | 17 | lib-$(CONFIG_PLATFORM_MINGW32) += mntent.o |
18 | lib-$(CONFIG_PLATFORM_MINGW32) += strptime.o | ||
18 | lib-$(CONFIG_PLATFORM_MINGW32) += system.o | 19 | lib-$(CONFIG_PLATFORM_MINGW32) += system.o |
19 | lib-$(CONFIG_PLATFORM_MINGW32) += termios.o | 20 | lib-$(CONFIG_PLATFORM_MINGW32) += termios.o |
20 | lib-$(CONFIG_PLATFORM_MINGW32) += uname.o | 21 | lib-$(CONFIG_PLATFORM_MINGW32) += uname.o |