From: Derrick Brashear Date: Tue, 11 Sep 2001 07:25:54 +0000 (+0000) Subject: aix-makefileproto-cleanup-dest-building-20010911 X-Git-Tag: BP-openafs-stable-1_2_x~1 X-Git-Url: http://git.openafs.org/?p=openafs.git;a=commitdiff_plain;h=5aa2c39f86289df5746a176f5322f45a483f27c9 aix-makefileproto-cleanup-dest-building-20010911 readd missing /es --- diff --git a/src/libafs/MakefileProto.AIX.in b/src/libafs/MakefileProto.AIX.in index 7f33a94..0d7c3ab 100644 --- a/src/libafs/MakefileProto.AIX.in +++ b/src/libafs/MakefileProto.AIX.in @@ -113,8 +113,8 @@ setup: LIBAFSIAUTH = afs.ext.iauth LIBAFS = afs.ext -DEST_LIBAFSIAUTH = $(DEST)root.client/usr/vice/etc/dkload/$(LIBAFSIAUTH) -DEST_LIBAFS = $(DEST)root.client/usr/vice/etc/dkload/$(LIBAFS) +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)