DaehwanKimLab / tophat

Spliced read mapper for RNA-Seq
http://ccb.jhu.edu/software/tophat
Boost Software License 1.0
90 stars 46 forks source link

Makefile is not thread safe building prep_reads #33

Open nieder opened 8 years ago

nieder commented 8 years ago

When building with -j4, tophat-2.1.x fails to build with this error

make[2]: *** No rule to make target `../src/libtophat.a', needed by `prep_reads'.  Stop.
make[2]: *** Waiting for unfinished jobs....

When I build with -j1, the build finishes correctly.