summaryrefslogtreecommitdiff
path: root/read.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-12-22 22:31:08 +0000
committerRoland McGrath <roland@redhat.com>1992-12-22 22:31:08 +0000
commit0aa6e8609ebe929372fc3bf4fb3f421071a5d554 (patch)
tree288ab0b618b811aebaa3c4e289ffcc8e5307a9bc /read.c
parent40463f44104ed10960c25472fc76959909483ed2 (diff)
downloadgunmake-0aa6e8609ebe929372fc3bf4fb3f421071a5d554.tar.gz
Formerly read.c.~46~
Diffstat (limited to 'read.c')
-rw-r--r--read.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/read.c b/read.c
index 24ed031..a6093a0 100644
--- a/read.c
+++ b/read.c
@@ -393,7 +393,7 @@ read_makefile (filename, type)
if (filenames == 0)
makefile_fatal (filename, lineno,
- "commands commence before first target");
+ "commands with no associated target");
/* Add this command line to end of the line being accumulated. */
p = lb.buffer;
@@ -1203,8 +1203,6 @@ record_files (filenames, pattern, pattern_percent, deps, commands_started,
else
f->deps = this;
- uniquize_deps (f->deps);
-
/* If this is a static pattern rule, set the file's stem to
the part of its name that matched the `%' in the pattern,
so you can use $* in the commands. */