placate-gmake-on-solaris-when-building-libafs-20010404
authorNathan Neulinger <nneul@umr.edu>
Wed, 4 Apr 2001 21:29:31 +0000 (21:29 +0000)
committerDerrick Brashear <shadow@dementia.org>
Wed, 4 Apr 2001 21:29:31 +0000 (21:29 +0000)
gmake tries to build something named libafs, make it not

src/libafs/MakefileProto.SOLARIS

index d6592bc..1c7847d 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)