From: Michael Niksch Date: Mon, 11 Apr 2005 18:57:30 +0000 (+0000) Subject: STABLE14-install-cfgafs-20050320 X-Git-Tag: openafs-devel-1_3_82~76 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=e4f791380cc178aa119289919b706a2897e39869;p=packages%2Fo%2Fopenafs.git STABLE14-install-cfgafs-20050320 FIXES 17712 cfgafs shoudl be installed regardless of AIX64 (cherry picked from commit 4be6888040a9671e91e0732867a07a153c4d4d26) --- diff --git a/src/export/Makefile.in b/src/export/Makefile.in index b84ff8f84..af3b8a9ef 100644 --- a/src/export/Makefile.in +++ b/src/export/Makefile.in @@ -163,7 +163,7 @@ ${DEST}/root.client/usr/vice/etc/dkload/cfgexport64: @AIX64@cfgexport64 @AIX64@ ${INSTALL} $? $@ ${DEST}/root.client/usr/vice/etc/dkload/cfgafs: cfgafs -@AIX64@ ${INSTALL} $? $@ +${INSTALL} $? $@ ${DEST}/root.client/usr/vice/etc/dkload/cfgafs64: @AIX64@cfgafs64 @AIX64@ ${INSTALL} $? $@