summaryrefslogtreecommitdiff
path: root/usr.bin/make/parse.c
diff options
context:
space:
mode:
authorHartmut Brandt <harti@FreeBSD.org>2005-03-03 10:09:39 +0000
committerHartmut Brandt <harti@FreeBSD.org>2005-03-03 10:09:39 +0000
commit5c78dee3783ee1d49b5e178010e01ddcd957a203 (patch)
tree53c930c28277a3fdfdbd57030dce4a1c7429f0b1 /usr.bin/make/parse.c
parent49f5e8346a6610c2768a8c393cbc0e8b288475b1 (diff)
Notes
Diffstat (limited to 'usr.bin/make/parse.c')
-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 4f8dc8a2b617..3e25a8e18c66 100644
--- a/usr.bin/make/parse.c
+++ b/usr.bin/make/parse.c
@@ -764,6 +764,7 @@ ParseDoDependency(char *line)
"Error in archive specification: \"%s\"", line);
return;
} else {
+ cp = line;
continue;
}
}