19 lines
752 B
Text
19 lines
752 B
Text
Index: libelftc/Makefile
|
|
--- libelftc/Makefile.orig
|
|
+++ libelftc/Makefile
|
|
@@ -38,15 +38,6 @@ MAN= elftc.3 \
|
|
elftc_string_table_create.3 \
|
|
elftc_version.3
|
|
|
|
-MLINKS= elftc_bfd_find_target.3 elftc_bfd_target_byteorder.3 \
|
|
- elftc_bfd_find_target.3 elftc_bfd_target_class.3 \
|
|
- elftc_bfd_find_target.3 elftc_bfd_target_flavor.3 \
|
|
- elftc_string_table_create.3 elftc_string_table_from_section.3 \
|
|
- elftc_string_table_create.3 elftc_string_table_destroy.3 \
|
|
- elftc_string_table_create.3 elftc_string_table_image.3 \
|
|
- elftc_string_table_create.3 elftc_string_table_insert.3 \
|
|
- elftc_string_table_create.3 elftc_string_table_lookup.3
|
|
-
|
|
.if !make(clean) && !make(clobber)
|
|
.BEGIN: .SILENT
|
|
${.CURDIR}/make-toolchain-version -t ${TOP} -r ${RELEASE} \
|