From 1a8683926b9ee1f7314ec260d4bf1a7431ed4f41 Mon Sep 17 00:00:00 2001 From: deuce <> Date: Mon, 24 Jan 2005 08:12:32 +0000 Subject: [PATCH] -lm is part of Common.gmake now. --- src/sbbs3/GNUmakefile | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sbbs3/GNUmakefile b/src/sbbs3/GNUmakefile index 7db6c1f478..c5e478f11d 100644 --- a/src/sbbs3/GNUmakefile +++ b/src/sbbs3/GNUmakefile @@ -20,7 +20,6 @@ UTIL_LDFLAGS += $(SMBLIB_LDFLAGS) $(UIFC-MT_LDFLAGS) $(CIOLIB-MT_LDFLAGS) $(XPDE UTIL_LIBS += $(SMBLIB_LIBS) ifndef bcc - LDFLAGS += -lm ifneq ($(os),sunos) LDFLAGS += -lutil endif -- GitLab