From 72b1afeb8d645b4c551819006a79b162e74c3ff5 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Sat, 19 Sep 1998 06:14:11 +0000 Subject: [PATCH] Reverse the sense of the test looking for caesar & strfile. --- games/fortune/datfiles/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/games/fortune/datfiles/Makefile b/games/fortune/datfiles/Makefile index 2624123dd9cb..28666dfa9849 100644 --- a/games/fortune/datfiles/Makefile +++ b/games/fortune/datfiles/Makefile @@ -16,16 +16,16 @@ TYPE= real #TYPE= fake # Try to find these in the build tree -.if exists(../strfile/strfile) -STRFILE=../strfile/strfile -.else +.if exists(/usr/games/strfile) STRFILE=/usr/games/strfile +.else +STRFILE=../strfile/strfile .endif -.if exists(../../caesar/caesar) -CAESAR=../../caesar/caesar -.else +.if exists(/usr/games/caesar) CAESAR=/usr/games/caesar +.else +CAESAR=../../caesar/caesar .endif CLEANFILES+=${BLDS}