Use SHAREOWN/SHAREMODE/SHAREGRP rather than LIB* as these are plain ASCII

scripts that the linker can load rather than binary library objects.

Effectively no change.

Suggested by:	hrs
This commit is contained in:
Bryan Drewery 2015-09-21 18:52:52 +00:00
parent 5ca34122ec
commit 092a37c9f9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=288075

View File

@ -46,9 +46,6 @@ CLEANDIRS+= ldscripts
CLEANFILES+= ldemul-list.h stringify.sed
FILES= ${LDSCRIPTS:S|^|ldscripts/|}
FILESOWN= ${LIBOWN}
FILESGRP= ${LIBGRP}
FILESMODE= ${LIBMODE}
FILESDIR= ${SCRIPTDIR}
HOST= ${TARGET_TUPLE}