From: Nathan Neulinger Date: Mon, 23 Apr 2001 08:02:38 +0000 (+0000) Subject: STABLE10-placate-gmake-on-solaris-when-building-libafs-20010423 X-Git-Tag: openafs-stable-1_0_4~40 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=95cda935c835603a9d1dca9b78320b22d92edefb;p=packages%2Fo%2Fopenafs.git STABLE10-placate-gmake-on-solaris-when-building-libafs-20010423 gmake tries to build something named libafs, make it not --- diff --git a/src/libafs/MakefileProto.SOLARIS b/src/libafs/MakefileProto.SOLARIS index d6592bcac..1c7847d0f 100644 --- a/src/libafs/MakefileProto.SOLARIS +++ b/src/libafs/MakefileProto.SOLARIS @@ -111,6 +111,8 @@ LIBAFSNONFS = libafs.nonfs.o DEST_LIBAFS = ${DESTDIR}/root.client/usr/vice/etc/modload/${LIBAFS} DEST_LIBAFSNONFS = ${DESTDIR}/root.client/usr/vice/etc/modload/${LIBAFSNONFS} +# Without this line, gmake tries to build libafs.o +.PHONY: libafs # libafs: $(DEST_LIBAFS) $(DEST_LIBAFSNONFS) libafs: $(DEST_LIBAFSNONFS)