summaryrefslogtreecommitdiffstatshomepage
path: root/unix-cpy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'unix-cpy/Makefile')
-rw-r--r--unix-cpy/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix-cpy/Makefile b/unix-cpy/Makefile
index e59a06b7ad..4955ea0c50 100644
--- a/unix-cpy/Makefile
+++ b/unix-cpy/Makefile
@@ -11,7 +11,7 @@ ECHO = @echo
# compiler settings
CC = gcc
-CFLAGS = -I. -I$(PY_SRC) -Wall -Werror -ansi -std=gnu99
+CFLAGS = -I. -I$(PY_SRC) -Wall -Werror -ansi -std=gnu99 -DUNIX
LDFLAGS = -lm
#Debugging/Optimization