From c2d7da96c1c7e86784e3639f948acf17b0e6c0b0 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Wed, 28 Feb 2018 03:39:41 +0000
Subject: [PATCH] Set MKFLAGS to MAKEFLAGS= (the magic bit), per Deuce. A
 second fix for the recursive make issue in src/sbbs3/targets.mk (build of
 scfg, uedit, and umonitor).

---
 install/GNUmakefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/install/GNUmakefile b/install/GNUmakefile
index 6c27e27c62..95b85ff448 100644
--- a/install/GNUmakefile
+++ b/install/GNUmakefile
@@ -30,6 +30,8 @@
 # NO_GTK = Don't build GTK-based sysop tools
 # X_PATH = /path/to/X (if not /usr/X11R6)
 
+# the magic bit:
+MKFLAGS += MAKEFLAGS=
 ifndef DEBUG
  ifndef RELEASE
   RELEASE	:=	1
-- 
GitLab