diff options
| -rw-r--r-- | usr.bin/make/parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/parse.c b/usr.bin/make/parse.c index b52fe47ea2e4..886e7306a88b 100644 --- a/usr.bin/make/parse.c +++ b/usr.bin/make/parse.c @@ -758,7 +758,7 @@ ParseDoDependency (line) */ char *p = cp + 1; - if (*cp == ':' && *p == ':'); + if (*cp == ':' && *p == ':') p++; /* Found the best match already. */ |
