Makefile: do not install pkg-config symlink

this should be handled using dpkg-alternatives or similar.
feature/tap-sh
William Pitcock 2011-07-26 20:07:16 -05:00
parent 1cd2906d9d
commit 03c9402e98
1 changed files with 0 additions and 3 deletions

View File

@ -5,7 +5,4 @@ include buildsys.mk
LIBS = -lpopt
install-extra:
${LN_S} -f ${bindir}/pkgconf ${DESTDIR}/${bindir}/pkg-config
include .deps