Skip to content
Snippets Groups Projects
Commit c893d039 authored by rswindell's avatar rswindell
Browse files

Fixed ans2msg and msg2ans build rules.

parent cc43ab7f
No related branches found
No related tags found
No related merge requests found
...@@ -495,10 +495,14 @@ $(JSEXEC): $(JSEXEC_OBJS) $(LIBS) ...@@ -495,10 +495,14 @@ $(JSEXEC): $(JSEXEC_OBJS) $(LIBS)
@$(CCPP) -o $@ $(LFLAGS) $^ @$(CCPP) -o $@ $(LFLAGS) $^
# ANS2MSG # ANS2MSG
FORCE$(ANS2MSG): $(ANS2MSG).o $(ANS2MSG): $(LIBODIR)/ans2msg.o
@echo Linking $@
@$(CC) -o $@ $^
# MSG2NAS # MSG2ANS
FORCE$(MSG2ANS): $(MSG2ANS).o $(MSG2ANS): $(LIBODIR)/msg2ans.o
@echo Linking $@
@$(CC) -o $@ $^
# Single servers # Single servers
FTPCON_OBJS = $(LIBODIR)/sbbsftp.o $(LIBODIR)/conwrap.o \ FTPCON_OBJS = $(LIBODIR)/sbbsftp.o $(LIBODIR)/conwrap.o \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment