xref: /dragonfly/gnu/usr.bin/cc80/cc_tools/Makefile (revision 6e316fcd)
1# Both libraries must be built before "tools"
2# Just don't define SUBDIR_ORDERED and it will build serially, correctly
3
4.if defined(LIBGCC_ONLY)
5SUBDIR=  libiberty tools
6.else
7SUBDIR=  libcpp libiberty tools
8.endif
9
10.include <bsd.obj.mk>
11