source the proper man links file

otherwise, this picks up 'links' in the path
This commit is contained in:
Brent Cook 2014-07-11 10:51:28 -05:00
parent 0137439f5d
commit 09fdc9c09b

View File

@ -416,7 +416,7 @@ apps_excludes=(
echo "dist_man_MANS += openssl.1" >> Makefile.am
echo "install-data-hook:" >> Makefile.am
cp ../$openssl_cmd_src/openssl.1 .
source links
source ./links
for i in $MLINKS; do
IFS=","; set $i; unset IFS
echo " ln -f \$(DESTDIR)\$(mandir)/man3/$1 \$(DESTDIR)\$(mandir)/man3/$2" >> Makefile.am