diff options
author | Ron Yorston <rmy@pobox.com> | 2023-01-24 08:58:39 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2023-01-24 08:58:39 +0000 |
commit | 67c3e4c03f1dab1f840a81c2ce438d47ef8389f5 (patch) | |
tree | 988a297f0bd750c9dcb7adfd810c983a3b7434e0 /win32/Kbuild | |
parent | 1a88782fd33db4ad3531b63c9fb744c64282fee2 (diff) | |
download | busybox-w32-67c3e4c03f1dab1f840a81c2ce438d47ef8389f5.tar.gz busybox-w32-67c3e4c03f1dab1f840a81c2ce438d47ef8389f5.tar.bz2 busybox-w32-67c3e4c03f1dab1f840a81c2ce438d47ef8389f5.zip |
make: allow building as pdpmake only
Commit f261d2d27 (make: make + sh configuration) added 'pdpmake'
as an alias for 'make'.
It should have been possible to include 'pdpmake' in a build without
also including 'make'. Adjust the build configuration so this works
as intended.
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 10614461a..ecd27645c 100644 --- a/win32/Kbuild +++ b/win32/Kbuild | |||
@@ -9,6 +9,7 @@ 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_MAKE) += glob.o |
12 | lib-$(CONFIG_PDPMAKE) += glob.o | ||
12 | lib-$(CONFIG_PLATFORM_MINGW32) += inet_pton.o | 13 | lib-$(CONFIG_PLATFORM_MINGW32) += inet_pton.o |
13 | lib-$(CONFIG_PLATFORM_MINGW32) += ioctl.o | 14 | lib-$(CONFIG_PLATFORM_MINGW32) += ioctl.o |
14 | lib-$(CONFIG_FEATURE_PRNG_ISAAC) += isaac.o | 15 | lib-$(CONFIG_FEATURE_PRNG_ISAAC) += isaac.o |