From e113cdb315a42e4cb49d0b4cc1eada2c74be140f Mon Sep 17 00:00:00 2001 From: archie Date: Thu, 13 Jan 2005 02:47:03 +0000 Subject: Fix file list: libtool seems to install the static library only on some versions of FreeBSD. --- java/jc/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'java/jc/Makefile') diff --git a/java/jc/Makefile b/java/jc/Makefile index 747445305ef7..8b3c4f824647 100644 --- a/java/jc/Makefile +++ b/java/jc/Makefile @@ -41,6 +41,9 @@ post-install: ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST} @${FIND} ${dir} -type d | ${SORT} -r | \ ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST} + @if [ -f ${PREFIX}/lib/libjc.a ]; then \ + ${ECHO} lib/libjc.a >> ${TMPPLIST}; \ + fi .endfor .include -- cgit