aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-09-29 14:51:14 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-09-29 14:51:14 -0400
commitdc88c9706d63bb056b01d97509afcec98c0c2f3c (patch)
tree7b55d647490b81912f7487ce6116cb72fa72f770
parent5ae6c99b0b3a38e53c817bdc985226c90bcb7946 (diff)
cleanup
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8b7e82554..0a1093f81 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,6 @@ else
OPTFLAGS=-DWITH_KQUEUE
clibs=Utility/libdiskfree.o Utility/libmounts.o Utility/libkqueue.o
ifeq ($(OS),Darwin)
-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)