summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-09-29 14:49:15 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-09-29 14:49:15 -0400
commit5ae6c99b0b3a38e53c817bdc985226c90bcb7946 (patch)
tree483953085a78c65c9b228a503a9643b5b7d5b3e0 /Makefile
parentfdfaf4ee920208c56d6239d254b5308fe38e5baa (diff)
let's not -DOSX, that results in unwanted mangling
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 10fdd76b1..8b7e82554 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ else
OPTFLAGS=-DWITH_KQUEUE
clibs=Utility/libdiskfree.o Utility/libmounts.o Utility/libkqueue.o
ifeq ($(OS),Darwin)
-OPTFLAGS=-DWITH_KQUEUE -DOSX
+OPTFLAGS=-DWITH_KQUEUE
# Ensure OSX compiler builds for 32 bit when using 32 bit ghc
GHCARCH:=$(shell ghc -e 'print System.Info.arch')
ifeq ($(GHCARCH),i386)