X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fmakefile.unix;h=4ef89d5cc1c82780b76b2c0f8cc80c6a89f2e5b3;hb=f54abc022ebe79879fccb088fd22696be4bc65de;hp=f6eab9025f9216216512aee29e948b040f11d749;hpb=e9987509a10799a007e1a87286284558f3b80a90;p=novacoin.git diff --git a/src/makefile.unix b/src/makefile.unix index f6eab90..4ef89d5 100644 --- a/src/makefile.unix +++ b/src/makefile.unix @@ -173,14 +173,16 @@ OBJS += obj/scrypt-generic.o obj/scrypt-generic.o: scrypt-generic.c $(CC) -c $(xCXXFLAGS) -MMD -o $@ $< -endif ifeq (${USE_SSE2}, 1) - DEFS += -DUSE_SSE2 - OBJS += obj/scrypt-sse2.o +DEFS += -DUSE_SSE2 +OBJS += obj/scrypt-sse2.o + obj/scrypt-sse2.o: scrypt-sse2.cpp $(CXX) -c $(xCXXFLAGS) -MMD -o $@ $< endif +endif + # auto-generated dependencies: -include obj/*.P