OSDN Git Service

build: Fix infinite loop when no threading support is enabled
authorCarmelo Amoroso <carmelo.amoroso@st.com>
Sun, 25 Apr 2010 14:15:26 +0000 (16:15 +0200)
committerCarmelo Amoroso <carmelo.amoroso@st.com>
Sun, 25 Apr 2010 17:55:56 +0000 (19:55 +0200)
commitff5e4de7088fe8d34812c2a1e604bf04be713606
tree5c2b2313d9047b1f144404d0a49f3e58b6fb49f6
parent6193eee290f612c13492923552dea193c80ded85
build: Fix infinite loop when no threading support is enabled

The build loops forever due to when invoking make $(pregen-headers-y)
and $(pregen-headers-y) is empty (no thread support).
Parallel build should continue to work as well.
It fixes Bugzilla #1633.

Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
Makefile.in