From 95cda935c835603a9d1dca9b78320b22d92edefb Mon Sep 17 00:00:00 2001 From: Nathan Neulinger Date: Mon, 23 Apr 2001 08:02:38 +0000 Subject: [PATCH] STABLE10-placate-gmake-on-solaris-when-building-libafs-20010423 gmake tries to build something named libafs, make it not --- src/libafs/MakefileProto.SOLARIS | 2 ++ 1 file changed, 2 insertions(+) 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) -- 2.39.5