aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorDaniel C. Sobral <dcs@FreeBSD.org>1999-11-04 04:29:16 +0000
committerDaniel C. Sobral <dcs@FreeBSD.org>1999-11-04 04:29:16 +0000
commit93548d79ba7db735b871ff5b15bbc6be66ce385b (patch)
treee4c481e84258c9e5ee59c0254d3d4b6377ed10ea /games
parent49435560cc988ecad06b5a161ae1abaa8670ec50 (diff)
downloadsrc-93548d79ba7db735b871ff5b15bbc6be66ce385b.tar.gz
src-93548d79ba7db735b871ff5b15bbc6be66ce385b.zip
Revert to 1.19. ${.OBJDIR}/../strfile must be taken out, since it
breaks the cross-compilation case, but I'm not the one doing it. $$PATH *will* have a new strfile in /usr/bin built at build-tools time, unless you defined NOTOOLS. If you defined NOTOOLS and it breaks for you, don't do that. If you did not define NOTOOLS but things are not working, the error is elsewhere. See logs for src/Makefine.inc1, particularly rev 1.36, and revision 1.14 of this file.
Notes
Notes: svn path=/head/; revision=52857
Diffstat (limited to 'games')
-rw-r--r--games/fortune/datfiles/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/fortune/datfiles/Makefile b/games/fortune/datfiles/Makefile
index 723224e9c811..400da4947fef 100644
--- a/games/fortune/datfiles/Makefile
+++ b/games/fortune/datfiles/Makefile
@@ -33,7 +33,7 @@ beforeinstall:
.for f in fortunes fortunes2 fortunes2-o limerick startrek zippy
$f.dat: $f
- PATH=/usr/games:${.OBJDIR}/../strfile:$$PATH \
+ PATH=$$PATH:/usr/games:${.OBJDIR}/../strfile \
strfile -Crs ${.ALLSRC} ${.TARGET}
.endfor