From cc5be7c0cd7f22b96f6b75ed2edd05ede457a7cc Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 3 Oct 1993 19:15:29 +0000 Subject: Formerly default.c.~28~ --- default.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'default.c') 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 } }; -- cgit v1.2.3