zero sense.
this would have caught DEPENDSFILE in gnu/cc/cc_tools
okay guenther@, also tested by krw@
-/* $OpenBSD: cond.c,v 1.51 2016/10/21 16:12:38 espie Exp $ */
+/* $OpenBSD: cond.c,v 1.52 2017/06/21 00:11:36 espie Exp $ */
/* $NetBSD: cond.c,v 1.7 1996/11/06 17:59:02 christos Exp $ */
/*
bool result;
char *path;
+ if (arg->s == arg->e)
+ Parse_Error(PARSE_FATAL, "Empty file name in .if exists()");
+
path = Dir_FindFilei(arg->s, arg->e, defaultPath);
if (path != NULL) {
result = true;