gcc50/csu: Skip depends step to avoid possible race
[dragonfly.git] / gnu / lib / gcc44 / Makefile
1 # csu and libgcc are normally built earlier by the _startup_libs44 target
2 # set SUBDIR_ORDERED to null to maximize parallelism
3
4 SUBDIR=         csu
5 SUBDIR+=        libgcc
6 SUBDIR+=        libgcov
7
8 .if !defined(NO_CXX)
9 SUBDIR+=        libsupc++
10 SUBDIR+=        libstdc++
11 .endif
12
13 .if !defined(NO_OBJC)
14 SUBDIR+=        libobjc
15 .endif
16
17 SUBDIR_ORDERED=
18
19 .include <bsd.subdir.mk>