From c893d039c7ce4bcee65d2d1b7c51a89368216b6c Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Fri, 11 Jul 2003 08:36:46 +0000 Subject: [PATCH] Fixed ans2msg and msg2ans build rules. --- src/sbbs3/GNUmakefile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/sbbs3/GNUmakefile b/src/sbbs3/GNUmakefile index f152a3697b..351a0417f3 100644 --- a/src/sbbs3/GNUmakefile +++ b/src/sbbs3/GNUmakefile @@ -495,10 +495,14 @@ $(JSEXEC): $(JSEXEC_OBJS) $(LIBS) @$(CCPP) -o $@ $(LFLAGS) $^ # ANS2MSG -FORCE$(ANS2MSG): $(ANS2MSG).o +$(ANS2MSG): $(LIBODIR)/ans2msg.o + @echo Linking $@ + @$(CC) -o $@ $^ -# MSG2NAS -FORCE$(MSG2ANS): $(MSG2ANS).o +# MSG2ANS +$(MSG2ANS): $(LIBODIR)/msg2ans.o + @echo Linking $@ + @$(CC) -o $@ $^ # Single servers FTPCON_OBJS = $(LIBODIR)/sbbsftp.o $(LIBODIR)/conwrap.o \ -- GitLab