From 78f63dec39f47b8840805a2e4b6ccaef61a6ac34 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 cfcff881675f68fb9b448ae5a4c2235e657a38b6 --- 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