Reverse the sense of the test looking for caesar & strfile.

This commit is contained in:
Poul-Henning Kamp 1998-09-19 06:14:11 +00:00
parent 9eec0f7d5a
commit 72b1afeb8d

View File

@ -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}