]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
freebsd-20030421
authorChaskiel M Grundman <cg2v@andrew.cmu.edu>
Mon, 21 Apr 2003 17:37:08 +0000 (17:37 +0000)
committerJim Rees <rees@umich.edu>
Mon, 21 Apr 2003 17:37:08 +0000 (17:37 +0000)
add .PHONY target for libafs

src/libafs/MakefileProto.FBSD.in

index 6dc467818c7a84440c145bdbdc36d2329911871c..bfb7d3ed1d5d81026f3a027c8fee62c340b2bd7d 100644 (file)
@@ -81,6 +81,9 @@ DEST_LIBAFS = ${DEST}/root.client/bin/${LIBAFS}
 DEST_LIBAFSNONFS = ${DEST}/root.client/bin/${LIBAFSNONFS}
 
 
+# Without this line, gmake tries to build libafs
+.PHONY: libafs
+
 # libafs:      $(LIBAFS) $(LIBAFSNONFS)
 libafs:        $(LIBAFSNONFS)
 # install_libafs:      $(INST_LIBAFS) $(INST_LIBAFSNONFS)