From d2757e2bd65f87f56481a0bf4327ffd277684383 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Sun, 26 Mar 1995 18:53:45 +0000 Subject: [PATCH] If possible, pick up the caesar program inside in the compilation tree. --- 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 92690cf1746..14b3f9a77e8 100644 --- a/games/fortune/datfiles/Makefile +++ b/games/fortune/datfiles/Makefile @@ -31,6 +31,6 @@ fortunes-o.dat: fortunes-o ${.CURDIR}/../strfile/obj/strfile -rsx fortunes-o ${.TARGET} fortunes-o: fortunes-o.${TYPE} - /usr/games/caesar 13 < ${.ALLSRC} > ${.TARGET} + PATH=../../caesar:$$PATH ; caesar 13 < ${.ALLSRC} > ${.TARGET} .include