From c7314dcb317b455bb6f881810e7be3bb327ffe88 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Wed, 13 Jan 2021 00:46:48 +0700 Subject: [PATCH] Remove `-DLINUX` from Cygwin makefile. (#213) This might have been necessary before where we had bits of code that were still `#ifdef LINUX`, but that's mostly gone now, so this should no longer be required. --- bin/makefile-cygwin.x86_64-x | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/makefile-cygwin.x86_64-x b/bin/makefile-cygwin.x86_64-x index df9761f..4914d72 100644 --- a/bin/makefile-cygwin.x86_64-x +++ b/bin/makefile-cygwin.x86_64-x @@ -22,7 +22,7 @@ OEXT = .o OPTFLAGS = -O2 -g3 DISPOPTFLAGS = -O2 -g3 FPFLAGS = -DFLAGS = -DLINUX -DAIX -DOLD_CURSOR \ +DFLAGS = -DAIX -DOLD_CURSOR \ -DBYTESWAP -DFORKCOMM -DLOGINT $(XFLAGS) \ -DRELEASE=351