From 36dd517d0b711a708712639eef536e206a7128af Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Tue, 1 Apr 2003 11:03:03 +0000 Subject: [PATCH] Added crc16.o to echocfg build rule. --- src/sbbs3/GNUmakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sbbs3/GNUmakefile b/src/sbbs3/GNUmakefile index 1117e1fffe..06fb7bbba3 100644 --- a/src/sbbs3/GNUmakefile +++ b/src/sbbs3/GNUmakefile @@ -295,6 +295,7 @@ $(ECHOCFG): \ $(EXEODIR)/rechocfg.o \ $(UIFC_OBJS) \ $(EXEODIR)/nopen.o \ + $(EXEODIR)/crc16.o \ $(EXEODIR)/str_util.o \ $(EXEODIR)/filewrap.o \ $(EXEODIR)/genwrap.o -- GitLab