diff --git a/default.c b/default.c index d8641fce..3c2cd447 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 } };