summaryrefslogtreecommitdiff
path: root/default.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1993-10-03 19:15:29 +0000
committerRoland McGrath <roland@redhat.com>1993-10-03 19:15:29 +0000
commitcc5be7c0cd7f22b96f6b75ed2edd05ede457a7cc (patch)
tree5afaceebea882fb91903f15dd08d8a3a35dfa933 /default.c
parentf8300f1e1c20c3a91c8456ddeae69b80edf08127 (diff)
downloadgunmake-cc5be7c0cd7f22b96f6b75ed2edd05ede457a7cc.tar.gz
Formerly default.c.~28~
Diffstat (limited to 'default.c')
-rw-r--r--default.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/default.c b/default.c
index d8641fc..3c2cd44 100644
--- a/default.c
+++ b/default.c
@@ -63,9 +63,9 @@ static struct pspec default_terminal_rules[] =
/* SCCS. */
{ "%", "s.%",
- "$(GET) $(GFLAGS) $<" },
+ "$(GET) $(GFLAGS) $< -G $@" },
{ "%", "SCCS/s.%",
- "$(GET) $(GFLAGS) $<" },
+ "$(GET) $(GFLAGS) $< -G $@" },
{ 0, 0, 0 }
};