mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-27 04:12:51 +00:00
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.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user