From: Roland McGrath Date: Sun, 3 Oct 1993 19:15:29 +0000 (+0000) Subject: Formerly default.c.~28~ X-Git-Tag: 3.70.2~125 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cc5be7c0cd7f22b96f6b75ed2edd05ede457a7cc;p=thirdparty%2Fmake.git Formerly default.c.~28~ --- 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 } };