Fix path to include .OBJDIR to avoid polluting the source

tree during 'make release'.

MFC after:	3 days
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
gjb 2016-01-04 19:38:44 +00:00
parent 33a5166398
commit 3f499d5271

View File

@ -281,7 +281,7 @@ ftp: packagesystem
cp *.txz MANIFEST ftp
release: real-release vm-release cloudware-release
touch ${.TARGET}
touch ${.OBJDIR}/${.TARGET}
real-release:
${MAKE} -C ${.CURDIR} ${.MAKEFLAGS} obj