Reverse the sense of the test looking for caesar & strfile.
This commit is contained in:
parent
9eec0f7d5a
commit
72b1afeb8d
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user