diff options
author | phk <phk@FreeBSD.org> | 1998-09-19 06:58:14 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1998-09-19 06:58:14 +0000 |
commit | 95c16b0895c0ac8c8f09844476f0095e77ee4b43 (patch) | |
tree | 57c4864f0e7335d946fc31930de87d5d2fbdb913 /games | |
parent | c644c0ae4ced416aa59c77a1aa76f9124d46f67d (diff) | |
download | FreeBSD-src-95c16b0895c0ac8c8f09844476f0095e77ee4b43.zip FreeBSD-src-95c16b0895c0ac8c8f09844476f0095e77ee4b43.tar.gz |
Remove bogus dependencies.
Submitted by: bde
Diffstat (limited to 'games')
-rw-r--r-- | games/fortune/datfiles/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/fortune/datfiles/Makefile b/games/fortune/datfiles/Makefile index 28666dfa..af26a86 100644 --- a/games/fortune/datfiles/Makefile +++ b/games/fortune/datfiles/Makefile @@ -38,13 +38,13 @@ install: ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} ${BLDS} \ ${DESTDIR}${SHAREDIR}/games/fortune -fortunes.dat fortunes2.dat fortunes2-o.dat limerick.dat startrek.dat zippy.dat: ${STRFILE} +fortunes.dat fortunes2.dat fortunes2-o.dat limerick.dat startrek.dat zippy.dat: ${STRFILE} -rs ${.CURDIR}/${.TARGET:R} ${.TARGET} -fortunes-o.dat: fortunes-o ${STRFILE} +fortunes-o.dat: fortunes-o ${STRFILE} -rsx fortunes-o ${.TARGET} -fortunes-o: fortunes-o.${TYPE} ${CAESAR} +fortunes-o: fortunes-o.${TYPE} ${CAESAR} 13 < ${.ALLSRC} > ${.TARGET} .include <bsd.prog.mk> |