From: Sam Hartman Date: Mon, 6 Nov 2000 13:25:53 +0000 (+0000) Subject: build openafs.o not libafs.o X-Git-Tag: debian/1.0.snap20001104-1~7 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=601ee889fabced9f4c8d2d34e1aebd60c086a9c2;p=packages%2Fo%2Fopenafs.git build openafs.o not libafs.o --- diff --git a/src/libafs/MakefileProto.LINUX b/src/libafs/MakefileProto.LINUX index 536210fb7..1e3eedd9f 100644 --- a/src/libafs/MakefileProto.LINUX +++ b/src/libafs/MakefileProto.LINUX @@ -104,8 +104,8 @@ ${COMPDIRS}: # Below this line are targets when in the COMMON directory: # For Linux there is no kernel NFS server. -LIBAFS = libafs${CLIENT}.o -LIBAFS_MP = libafs${CLIENT}.mp.o +LIBAFS = openafs${CLIENT}.o +LIBAFS_MP = openafs${CLIENT}.mp.o DEST_LIBAFS = ${DESTDIR}/root.client/usr/vice/etc/modload/${LIBAFS} DEST_LIBAFS_MP = ${DESTDIR}/root.client/usr/vice/etc/modload/${LIBAFS_MP}