From 93548d79ba7db735b871ff5b15bbc6be66ce385b Mon Sep 17 00:00:00 2001 From: "Daniel C. Sobral" Date: Thu, 4 Nov 1999 04:29:16 +0000 Subject: [PATCH] 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. --- games/fortune/datfiles/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/fortune/datfiles/Makefile b/games/fortune/datfiles/Makefile index 723224e9c81..400da4947fe 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