diff options
author | Roland McGrath <roland@redhat.com> | 1992-06-17 21:59:54 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-06-17 21:59:54 +0000 |
commit | eeb9b7065dfbf3b89b653b54dc585e9a9b172c58 (patch) | |
tree | e6579708847fe8ff5d68a6d9015eaba2a382dbe0 | |
parent | 2aed822bd73e3aafd79c3eb65af5071006fa6ba9 (diff) | |
download | gunmake-eeb9b7065dfbf3b89b653b54dc585e9a9b172c58.tar.gz |
Formerly default.c.~14~
-rw-r--r-- | default.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -48,11 +48,11 @@ static struct pspec default_pattern_rules[] = static struct pspec default_terminal_rules[] = { - /* RCS. */ + /* RCS. These commands are not echoed because RCS makes enough noise. */ "%", "%,v", - "test -f $@ || $(CO) $(COFLAGS) $< $@", + "@test -f $@ || $(CO) $(COFLAGS) $< $@", "%", "RCS/%,v", - "test -f $@ || $(CO) $(COFLAGS) $< $@", + "@test -f $@ || $(CO) $(COFLAGS) $< $@", /* SCCS. */ "%", "s.%", |