summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-09-21 18:52:52 +0000
committerbdrewery <bdrewery@FreeBSD.org>2015-09-21 18:52:52 +0000
commit5b14fc7575c0967a6f156a4064797074509955b3 (patch)
tree2d7d878bfb18349b7fb35dda30a26da6e8e79562 /gnu
parent3cec2c22f8ea02ed27f549dd613feccc8fc77d8f (diff)
downloadFreeBSD-src-5b14fc7575c0967a6f156a4064797074509955b3.zip
FreeBSD-src-5b14fc7575c0967a6f156a4064797074509955b3.tar.gz
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
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/binutils/ld/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/usr.bin/binutils/ld/Makefile b/gnu/usr.bin/binutils/ld/Makefile
index f6379e2..77d89a2 100644
--- a/gnu/usr.bin/binutils/ld/Makefile
+++ b/gnu/usr.bin/binutils/ld/Makefile
@@ -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}
OpenPOWER on IntegriCloud