From 9987c1cc0fbf0334104150794bed2e0cd6846dd8 Mon Sep 17 00:00:00 2001 From: deuce <> Date: Thu, 17 Jul 2003 03:20:50 +0000 Subject: [PATCH] Fix bug in last commit --- src/sbbs3/GNUmakefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/sbbs3/GNUmakefile b/src/sbbs3/GNUmakefile index ccf64ee485..bb017287a8 100644 --- a/src/sbbs3/GNUmakefile +++ b/src/sbbs3/GNUmakefile @@ -235,6 +235,8 @@ SMBLIB_OBJS = \ # Monolithic Synchronet executable Build Rule FORCE$(SBBSMONO): $(MONO_OBJS) $(OBJS) $(LIBS) + +$(SBBSMONO): $(MONO_OBJS) $(OBJS) $(LIBS) @echo Linking $@ $(QUIET)$(CCPP) -o $@ $(LFLAGS) $^ -- GitLab