diff options
author | Ron Yorston <rmy@pobox.com> | 2023-08-24 15:02:14 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2023-08-24 15:02:14 +0100 |
commit | 8d70faa33f782504838d0da8892f978d17adcdec (patch) | |
tree | 44044f174f3a215ad045e4ee6222d857e262e0f6 /win32/Kbuild | |
parent | f4f0515429d8ace3c3314ee0e823205d8044f2ac (diff) | |
download | busybox-w32-8d70faa33f782504838d0da8892f978d17adcdec.tar.gz busybox-w32-8d70faa33f782504838d0da8892f978d17adcdec.tar.bz2 busybox-w32-8d70faa33f782504838d0da8892f978d17adcdec.zip |
make: fix POSIX build
If upstream BusyBox had a 'make' applet a native build with it
enabled should match the corresponding build from the busybox-w32
source.
Make it so.
Diffstat (limited to 'win32/Kbuild')
-rw-r--r-- | win32/Kbuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/win32/Kbuild b/win32/Kbuild index ecd27645c..3e1f845df 100644 --- a/win32/Kbuild +++ b/win32/Kbuild | |||
@@ -8,8 +8,7 @@ lib-$(CONFIG_PLATFORM_MINGW32) += dirent.o | |||
8 | lib-$(CONFIG_PLATFORM_MINGW32) += env.o | 8 | lib-$(CONFIG_PLATFORM_MINGW32) += env.o |
9 | lib-$(CONFIG_PLATFORM_MINGW32) += fnmatch.o | 9 | lib-$(CONFIG_PLATFORM_MINGW32) += fnmatch.o |
10 | lib-$(CONFIG_PLATFORM_MINGW32) += fsync.o | 10 | lib-$(CONFIG_PLATFORM_MINGW32) += fsync.o |
11 | lib-$(CONFIG_MAKE) += glob.o | 11 | lib-$(CONFIG_PLATFORM_MINGW32) += glob.o |
12 | lib-$(CONFIG_PDPMAKE) += glob.o | ||
13 | lib-$(CONFIG_PLATFORM_MINGW32) += inet_pton.o | 12 | lib-$(CONFIG_PLATFORM_MINGW32) += inet_pton.o |
14 | lib-$(CONFIG_PLATFORM_MINGW32) += ioctl.o | 13 | lib-$(CONFIG_PLATFORM_MINGW32) += ioctl.o |
15 | lib-$(CONFIG_FEATURE_PRNG_ISAAC) += isaac.o | 14 | lib-$(CONFIG_FEATURE_PRNG_ISAAC) += isaac.o |