Bug:  'make clean' in src/games/fortune/datfiles/ leaves behind a file
named "fortunes-o"

Attached is a patch which deletes it.  Also available at
http://www.theshell.com/~pavalos/wip/fortune-datfiles-Makefile.diff

--Peter
Index: games/fortune/datfiles/Makefile
===================================================================
RCS file: /home/dcvs/src/games/fortune/datfiles/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- games/fortune/datfiles/Makefile     26 Jun 2006 03:11:53 -0000      1.5
+++ games/fortune/datfiles/Makefile     4 Aug 2006 18:55:38 -0000
@@ -30,7 +30,7 @@
 
 .for f in ${FORTUNES}
 FILES+=                $f $f.dat
-CLEANFILES+=   $f.dat
+CLEANFILES+=   $f.dat fortunes-o
 .if !(target($f.dat))
 $f.dat: $f
        PATH=$$PATH:/usr/games:${.OBJDIR}/../strfile \

Attachment: pgpnHIs0OeE5h.pgp
Description: PGP signature

Reply via email to