summaryrefslogtreecommitdiff
path: root/usr.bin/make
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1995-06-18 13:08:18 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1995-06-18 13:08:18 +0000
commitfa19ca391b5ff9c8ec1d47d43dabdeccc3b8f4c8 (patch)
tree0fe2cc5b2747b80d2ff26b463bb449c71a827a00 /usr.bin/make
parent76da55f6bce32032bd215b490fa2f23a4158ec19 (diff)
Notes
Diffstat (limited to 'usr.bin/make')
-rw-r--r--usr.bin/make/parse.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/make/parse.c b/usr.bin/make/parse.c
index 2263a5299ec8..846ce300f03a 100644
--- a/usr.bin/make/parse.c
+++ b/usr.bin/make/parse.c
@@ -2439,6 +2439,7 @@ Parse_File(name, stream)
}
#ifdef SYSVINCLUDE
} else if (strncmp (line, "include", 7) == 0 &&
+ isspace(line[7]) &&
strchr(line, ':') == NULL) {
/*
* It's an S3/S5-style "include".