aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.osx
diff options
context:
space:
mode:
Diffstat (limited to 'src/makefile.osx')
-rw-r--r--src/makefile.osx8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/makefile.osx b/src/makefile.osx
index 1d1d6b7b7b..f9de4d7091 100644
--- a/src/makefile.osx
+++ b/src/makefile.osx
@@ -64,9 +64,7 @@ OBJS= \
obj/bitcoinrpc.o \
obj/script.o \
obj/util.o \
- obj/wallet.o \
- cryptopp/obj/sha.o \
- cryptopp/obj/cpu.o
+ obj/wallet.o
ifdef USE_UPNP
LIBS += $(DEPSDIR)/lib/libminiupnpc.a
@@ -76,9 +74,6 @@ endif
all: bitcoind
-cryptopp/obj/%.o: cryptopp/%.cpp
- $(CXX) -c $(CFLAGS) -O3 -DCRYPTOPP_DISABLE_ASM -o $@ $<
-
obj/nogui/%.o: %.cpp $(HEADERS)
$(CXX) -c $(CFLAGS) -o $@ $<
@@ -96,4 +91,3 @@ clean:
-rm -f obj/*.o
-rm -f obj/nogui/*.o
-rm -f obj/test/*.o
- -rm -f cryptopp/obj/*.o