From 7adcebdddf3df1c1c86a53f182dcc30f19f1313f Mon Sep 17 00:00:00 2001
From: Rob Swindell <rob@synchro.net>
Date: Fri, 8 Dec 2023 04:57:55 +0000
Subject: [PATCH] Revert "Throw an error and hint if SYMLINK is defined on the
 command-line"

This reverts commit 3bad3b815a3f618e142b3ed11a32d316874279e8
---
 src/sbbs3/GNUmakefile | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/sbbs3/GNUmakefile b/src/sbbs3/GNUmakefile
index b3f483ac46..097f0edff5 100644
--- a/src/sbbs3/GNUmakefile
+++ b/src/sbbs3/GNUmakefile
@@ -11,10 +11,6 @@
 # Optional build targets: dlls, utils, mono, all (default)				#
 #########################################################################
 
-ifdef SYMLINK
-$(error SYMLINK was defined and unexpected. You might mean the 'symlinks' target instead)
-endif
-
 PWD	:=	$(shell /bin/pwd)
 SRC_ROOT	?=	${PWD}/..
 include $(SRC_ROOT)/build/Common.gmake
-- 
GitLab