]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE12-solaris-deal-with-gatekeeper-stupidity-20030515
authorJeffrey Hutzelman <jhutz@cmu.edu>
Thu, 15 May 2003 16:27:33 +0000 (16:27 +0000)
committerDerrick Brashear <shadow@dementia.org>
Thu, 15 May 2003 16:27:33 +0000 (16:27 +0000)
FIXES 1261

make gmake not try to link libafs.o and libafs.nonfs.o into another object

(cherry picked from commit 68c67f8621f8d76f430b7329c1db8d6704ec0037)

src/libafs/MakefileProto.SOLARIS.in

index 4d46579993204aa2aa3cd6f75ce306897b833719..81ab369c96215a06d6c543d1dc72fc4ae92c26e8 100644 (file)
@@ -143,16 +143,11 @@ DEST_LIBAFS = ${DEST}/root.client/usr/vice/etc/modload/${LIBAFS}
 DEST_LIBAFSNONFS = ${DEST}/root.client/usr/vice/etc/modload/${LIBAFSNONFS}
 
 <sun4x_57 sun4x_58 sun4x_59 sunx86_57 sunx86_58 sunx86_59>
+INST_LIBAFSNONFS = ${DESTDIR}${afskerneldir}/libafs${BITS}.nonfs.o
+INST_LIBAFS = ${DESTDIR}${afskerneldir}/libafs${BITS}.o
 
-libafs: ${LIBAFSNONFS} ${LIBAFS}
-
-install_libafs: ${LIBAFSNONFS} ${LIBAFS}
-       ${INSTALL} -f ${LIBAFSNONFS} ${DESTDIR}${afskerneldir}/libafs${BITS}.nonfs.o
-       ${INSTALL} -f ${LIBAFS} ${DESTDIR}${afskerneldir}/libafs${BITS}.o
-
-dest_libafs: ${LIBAFSNONFS} ${LIBAFS}
-       ${INSTALL} -f ${LIBAFSNONFS} ${DEST}/root.client/usr/vice/etc/modload/libafs${BITS}.nonfs.o
-       ${INSTALL} -f ${LIBAFS} ${DEST}/root.client/usr/vice/etc/modload/libafs${BITS}.o
+DEST_LIBAFSNONFS = ${DEST}/root.client/usr/vice/etc/modload/libafs${BITS}.nonfs.o
+DEST_LIBAFS = ${DEST}/root.client/usr/vice/etc/modload/libafs${BITS}.o
 
 <all>
 # Without this line, gmake tries to build libafs.o