From: Derrick Brashear Date: Wed, 17 Mar 2004 07:51:57 +0000 (+0000) Subject: aix-install-kmods-20040317 X-Git-Tag: openafs-devel-1_3_60~12 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=7e1fa15ac11ece2a7a08fa3637e8c789aea39127;p=packages%2Fo%2Fopenafs.git aix-install-kmods-20040317 would be nice if make dest worked again --- diff --git a/src/libafs/MakefileProto.AIX.in b/src/libafs/MakefileProto.AIX.in index 1740842b9..ef3443c2a 100644 --- a/src/libafs/MakefileProto.AIX.in +++ b/src/libafs/MakefileProto.AIX.in @@ -132,10 +132,11 @@ dest_afs.ext.64: $(DEST)/root.client/usr/vice/etc/dkload/afs.ext.64 # later 4.1.x (if they are ever made) and AIX 4.2.1 (and later AIX 4.2.x if # they are ever made. AIX 4.3 also uses the iauth translator. -LIBAFSIAUTH = afs.ext.iauth -LIBAFS = afs.ext +LIBAFSIAUTH = afs.ext.32.iauth +LIBAFS = afs.ext.32 DEST_LIBAFSIAUTH = $(DEST)/root.client/usr/vice/etc/dkload/$(LIBAFSIAUTH) +DEST_LIBAFS = $(DEST)/root.client/usr/vice/etc/dkload/$(LIBAFS) INST_LIBAFSIAUTH = ${DESTDIR}${afskerneldir}/$(LIBAFSIAUTH) INST_LIBAFS = ${DESTDIR}${afskerneldir}/$(LIBAFS)