$NetBSD: patch-libelftc_Makefile,v 1.1 2011/11/26 15:50:27 dholland Exp $

Add a minor version to libelftc.so; otherwise a bootstrapped build does
"ln -sf libelftc.so.1 libelftc.so.1" and then install fails with ELOOP.

This is a bug in bootstrap-mk-files but I'm going to fix it in both
places to avoid demanding rebootstrapping.

--- libelftc/Makefile~	2011-11-26 15:18:44.000000000 +0000
+++ libelftc/Makefile
@@ -17,6 +17,7 @@ INCS=	libelftc.h
 BRANCH=	0.5.1		# Change this on release branches.
 
 SHLIB_MAJOR=	1
+SHLIB_MINOR=	0
 
 WARNS?=	6
 
