Remove bogus .ORDER.

This is not SUBDIR_PARALLEL and if it were this .ORDER would not work
since the targets are <target>_subdir_<subdir> not <subdir>.

MFC after:	1 week
Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
Bryan Drewery 2016-03-11 23:45:42 +00:00
parent 19f67f6910
commit f35f9d33f5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=296704

View File

@ -35,6 +35,4 @@ SUBDIR= libatf-c \
_tests= tests
.endif
.ORDER: ${SUBDIR}
.include <bsd.subdir.mk>