xref: /dflybsd-src/gnu/usr.bin/binutils227/block3/Makefile (revision 6028677c969e7e791ff712e60492f0467989f4db)
1# Build in serial
2# incremental dump uses all the same object files as the gold linker
3# except for one, so we reuse them instead of building them twice
4SUBDIR=	gold-linker incremental-dump
5
6SUBDIR_ORDERED= ${SUBDIR}
7
8.include <bsd.subdir.mk>
9