-/* Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993
+/* Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994
Free Software Foundation, Inc.
This file is part of GNU Make.
remove_comments (collapsed);
p = collapsed;
- while (isspace (*p))
+ while (*p == ' ')
++p;
/* We cannot consider a line containing just a tab to be empty
because it might constitute an empty command for a target. */
continue;
}
-
if (ignoring)
/* Ignore the line. We continue here so conditionals
can appear in the middle of a rule. */