From 09679f9566a8e740a793b6645bd0a0864ea85d2a Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Thu, 23 Jan 2003 02:11:01 +0000 Subject: [PATCH] CFLAGS was missing -MMD (to enable auto-dependency support). --- src/sbbs3/install/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sbbs3/install/GNUmakefile b/src/sbbs3/install/GNUmakefile index c7148613fa..15e572e87c 100644 --- a/src/sbbs3/install/GNUmakefile +++ b/src/sbbs3/install/GNUmakefile @@ -35,7 +35,7 @@ DELETE = rm -f -v OUTLIB = -o CFLAGS += -O2 -CFLAGS += -Wall -I$(UIFC) -I$(XPDEV) -I.. +CFLAGS += -MMD -Wall -I$(UIFC) -I$(XPDEV) -I.. LFLAGS := -static -L/usr/local/lib -- GitLab