From: Nathan Neulinger Date: Wed, 4 Apr 2001 21:29:31 +0000 (+0000) Subject: placate-gmake-on-solaris-when-building-libafs-20010404 X-Git-Tag: openafs-stable-1_1_0~222 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=0b88affca4d304ff28a15c5e195ea23a50a3ed99;p=packages%2Fo%2Fopenafs.git placate-gmake-on-solaris-when-building-libafs-20010404 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)