From e4f791380cc178aa119289919b706a2897e39869 Mon Sep 17 00:00:00 2001 From: Michael Niksch Date: Mon, 11 Apr 2005 18:57:30 +0000 Subject: [PATCH] STABLE14-install-cfgafs-20050320 FIXES 17712 cfgafs shoudl be installed regardless of AIX64 (cherry picked from commit 4be6888040a9671e91e0732867a07a153c4d4d26) --- src/export/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} $? $@ -- 2.39.5