1
0
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:
Bruce Mitchener
2021-01-13 00:46:48 +07:00
committed by GitHub
parent 5cb18c0710
commit c7314dcb31

View File

@@ -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