From: Derrick Brashear Date: Sat, 6 Sep 2008 12:59:27 +0000 (+0000) Subject: STABLE14-aix-export-build-fix-20080906 X-Git-Tag: openafs-stable-1_4_8pre1~10 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=b2d08a8bbd48f63387b5461ce19908b34eb5f625;p=packages%2Fo%2Fopenafs.git STABLE14-aix-export-build-fix-20080906 LICENSE IPL10 add missing ; to case actions (cherry picked from commit f51e8e7be5b16f84f0603a0e8bc1be4ffafac617) --- diff --git a/src/export/Makefile.in b/src/export/Makefile.in index f88d3a121..8b88e2bf6 100644 --- a/src/export/Makefile.in +++ b/src/export/Makefile.in @@ -39,9 +39,9 @@ noversion system: install export.exp: ${srcdir}/export4.exp ${srcdir}/export5.exp case ${SYS_NAME} in \ rs_aix4* ) \ - cp -p ${srcdir}/export4.exp export.exp ; \ + cp -p ${srcdir}/export4.exp export.exp ;; \ rs_aix5* ) \ - cp -p ${srcdir}/export5.exp export.exp ; \ + cp -p ${srcdir}/export5.exp export.exp ;; \ esac export64.exp: ${srcdir}/export4-64.exp ${srcdir}/export5-64.exp