Skip to content

Commit

Permalink
games/eduke32: correct FULL option handling
Browse files Browse the repository at this point in the history
Submitted by: felix@palmen-it.de
PR:	254467
  • Loading branch information
pkubaj committed May 15, 2021
1 parent 8a40012 commit 6ffbcd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion games/eduke32/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ MAKE_ARGS+= LTO=0
# is set.
_CKSUMFILES= ${ALLFILES:Nduke3d/duke*}

.if !exists(${DISTDIR}/duke3d/duke3d.grp) && !exists(${DISTDIR}/duke3d/duke.rts)
.if !exists(${DISTDIR}/duke3d/duke3d.grp) || !exists(${DISTDIR}/duke3d/duke.rts)
IGNORE= option FULL selected, but duke3d.grp or duke.rts not found in ${DISTDIR}/duke3d
.endif

Expand Down

0 comments on commit 6ffbcd5

Please sign in to comment.