From: Denys Vlasenko Date: Tue, 6 Feb 2018 16:11:15 +0000 (+0100) Subject: fix a thinko in parse_pasv_epsv.c X-Git-Tag: 1_29_0~264 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8d943175ceda0b5195a5956dadf7bd2c174df99f;p=oweals%2Fbusybox.git fix a thinko in parse_pasv_epsv.c Signed-off-by: Denys Vlasenko --- diff --git a/networking/parse_pasv_epsv.c b/networking/parse_pasv_epsv.c index f32087152..14f4d4258 100644 --- a/networking/parse_pasv_epsv.c +++ b/networking/parse_pasv_epsv.c @@ -5,8 +5,8 @@ * * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ -//kbuild:lib-$(CONFIG_FTPGET) += ftpgetput.o -//kbuild:lib-$(CONFIG_FTPPUT) += ftpgetput.o +//kbuild:lib-$(CONFIG_FTPGET) += parse_pasv_epsv.o +//kbuild:lib-$(CONFIG_FTPPUT) += parse_pasv_epsv.o //kbuild:lib-$(CONFIG_WGET) += parse_pasv_epsv.o #include "libbb.h"