Commit 6967302e authored by Frédéric Bonnard's avatar Frédéric Bonnard
Browse files

Fix parallel builds (Closes: #909442)

On build machines with many cpus, race conditions can happen in
jpeg-6b-steg directory where :
libjpeg.a: ansi2knr $(LIBOBJECTS)
launches both compilation of ansi2knr and $(LIBOBJECTS) but the latter
needs ansi2knr.
So make $(LIBOBJECTS) depend on ansi2knr.
parent 456476b4
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment