diff options
Diffstat (limited to 'libbb/Kbuild')
-rw-r--r-- | libbb/Kbuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/Kbuild b/libbb/Kbuild index dca58d6f7..e335a95dc 100644 --- a/libbb/Kbuild +++ b/libbb/Kbuild | |||
@@ -22,7 +22,6 @@ lib-y += setup_environment.o | |||
22 | lib-y += speed_table.o | 22 | lib-y += speed_table.o |
23 | lib-y += vfork_daemon_rexec.o | 23 | lib-y += vfork_daemon_rexec.o |
24 | lib-y += vinfo_msg.o | 24 | lib-y += vinfo_msg.o |
25 | lib-y += xconnect.o | ||
26 | lib-y += xgethostbyname.o | 25 | lib-y += xgethostbyname.o |
27 | endif | 26 | endif |
28 | 27 | ||
@@ -99,6 +98,7 @@ lib-y += wfopen_input.o | |||
99 | lib-y += xatonum.o | 98 | lib-y += xatonum.o |
100 | lib-y += xfuncs.o | 99 | lib-y += xfuncs.o |
101 | lib-y += xgetcwd.o | 100 | lib-y += xgetcwd.o |
101 | lib-y += xconnect.o | ||
102 | lib-y += xreadlink.o | 102 | lib-y += xreadlink.o |
103 | 103 | ||
104 | # conditionally compiled objects: | 104 | # conditionally compiled objects: |