From 7ef083b39b4ccc21862461d9c4335f916d652dd4 Mon Sep 17 00:00:00 2001 From: Nick Briggs Date: Wed, 24 May 2017 17:18:05 -0700 Subject: [PATCH] Remove unnecessary AIX define from MacOS version define. --- bin/makefile-darwin.386-x | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/makefile-darwin.386-x b/bin/makefile-darwin.386-x index 37dc0ba..6737aa8 100755 --- a/bin/makefile-darwin.386-x +++ b/bin/makefile-darwin.386-x @@ -22,9 +22,9 @@ OEXT = .o OPTFLAGS = -Ofast -g DISPOPTFLAGS = -O -g FPFLAGS = -DFLAGS = -DFSERROR -DNEW_STORAGE -DMACOSX -DAIX -DOLD_CURSOR -DUSETERMIOS \ +DFLAGS = -DFSERROR -DNEW_STORAGE -DMACOSX -DOLD_CURSOR -DUSETERMIOS \ -DBYTESWAP -DFORKCOMM -DNOFORN -DLOGINT $(XFLAGS) \ - -DRELEASE=351 -D__USE_BSD + -DRELEASE=351 -D__USE_BSD LDFLAGS = -L/usr/X11/lib -lX11 -lc -lm LDELDFLAGS = -L/usr/X11/lib -lX11 -lc -lm