SP_NOT
*inout_special = SP_NOT;
case SP_NOT:
if (*inout_special == SP_NOT && *name != '\0')
if (*inout_special != SP_NOT && *inout_special != SP_PATH)
special = SP_NOT;
ApplyDependencySourceWait(special != SP_NOT);
LinkToTargets(gn, special != SP_NOT);