From cfc45319fe675d5a03a67ebc69ef4de9f243dcbb Mon Sep 17 00:00:00 2001 From: Gavin Andresen Date: Wed, 25 Apr 2012 19:40:44 -0400 Subject: Remove unused -DNOPCH --- src/makefile.unix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/makefile.unix') 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)) -- cgit v1.2.3