aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.unix
diff options
context:
space:
mode:
authorGavin Andresen <gavinandresen@gmail.com>2012-04-25 19:40:44 -0400
committerGavin Andresen <gavinandresen@gmail.com>2012-04-25 19:40:44 -0400
commitcfc45319fe675d5a03a67ebc69ef4de9f243dcbb (patch)
tree29dd70fe8a85b0780f9634f5728de365f2c8fc08 /src/makefile.unix
parentc2e8c8acd8ae0c94c70b59f55169841ad195bb99 (diff)
downloadbitcoin-cfc45319fe675d5a03a67ebc69ef4de9f243dcbb.tar.xz
Remove unused -DNOPCH
Diffstat (limited to 'src/makefile.unix')
-rw-r--r--src/makefile.unix2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile.unix b/src/makefile.unix
index fc901ca02c..24ee06ee96 100644
--- a/src/makefile.unix
+++ b/src/makefile.unix
@@ -4,7 +4,7 @@
USE_UPNP:=0
-DEFS=-DNOPCH
+DEFS=
DEFS += $(addprefix -I,$(CURDIR) $(CURDIR)/obj $(BOOST_INCLUDE_PATH) $(BDB_INCLUDE_PATH) $(OPENSSL_INCLUDE_PATH))
LIBS = $(addprefix -L,$(BOOST_LIB_PATH) $(BDB_LIB_PATH) $(OPENSSL_LIB_PATH))