thwpike / foldingathome

GNU General Public License v2.0
2 stars 2 forks source link

No rule to make target `../../include/openssl/idea.h', needed by `e_idea.o'. Stop. #97

Closed jtloper1 closed 8 years ago

jtloper1 commented 8 years ago

make[3]: *** No rule to make target../../include/openssl/idea.h', needed by e_idea.o'. Stop. make[3]: Leaving directory/home/jeff/foldingathome/openssl-1.0.2g/crypto/evp' make[2]: * [subdirs] Error 1 make[2]: Leaving directory `/home/jeff/foldingathome/openssl-1.0.2g/crypto' make[1]: * [build_crypto] Error 1 make[1]: Leaving directory/home/jeff/foldingathome/openssl-1.0.2g' make: **\* [initrd_dir/lib64/libssl.so.1.0.2] Error 2

The googling I have done suggests that I need to add "make depend" to the openssl build process. If so where in the Makefile should that go?

jtloper1 commented 8 years ago

Fixed this by removing -no idea from Makefile