]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE10-placate-gmake-on-solaris-when-building-libafs-20010423
authorNathan Neulinger <nneul@umr.edu>
Mon, 23 Apr 2001 08:02:38 +0000 (08:02 +0000)
committerDerrick Brashear <shadow@dementia.org>
Mon, 23 Apr 2001 08:02:38 +0000 (08:02 +0000)
gmake tries to build something named libafs, make it not

src/libafs/MakefileProto.SOLARIS

index d6592bcac6e4d05a2c02a13f4f838c8afeb0ce8f..1c7847d0f46e3fcc18cd79adf40d6aebf4da8b4f 100644 (file)
@@ -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)