From 7e1fa15ac11ece2a7a08fa3637e8c789aea39127 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Wed, 17 Mar 2004 07:51:57 +0000 Subject: [PATCH] aix-install-kmods-20040317 would be nice if make dest worked again --- src/libafs/MakefileProto.AIX.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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) -- 2.39.5