Skip to content
Snippets Groups Projects
Commit bfd316c4 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Fix SFTP library target

parent 57e6afae
Branches
Tags
No related merge requests found
......@@ -15,7 +15,7 @@ include $(SRC_ROOT)/build/Common.gmake # defines clean and output directory rule
CFLAGS += -I$(XPDEV_SRC) $(XPDEV-MT_CFLAGS)
# MT-SFTP Library Link Rule
$(SFTPLIB-MT_BUILD): $(MT_OBJS)
$(SFTPLIB-MT_BUILD): $(MT_OBJS) | $(LIBODIR)
@echo Creating $@ ...
$(QUIET)$(AR) rc $@ $(MT_OBJS)
$(QUIET)$(RANLIB) $@
......@@ -2,4 +2,4 @@ SFTPLIB-MT_BUILD = $(LIBODIR)$(DIRSEP)$(LIBPREFIX)sftp_mt$(LIBFILE)
all: mtlib
mtlib: $(MTOBJODIR) $(LIBODIR) $(XPDEV-MT_LIB) $(SFTPLIB-MT_BUILD)
mtlib: $(SFTPLIB-MT_BUILD)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment