From: Roland McGrath Date: Thu, 11 Nov 1993 16:47:27 +0000 (+0000) Subject: Formerly default.c.~30~ X-Git-Tag: 3.70.2~92 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=48fe766053b2867d8bf04cd582d366f9f79b4554;p=thirdparty%2Fmake.git Formerly default.c.~30~ --- diff --git a/default.c b/default.c index 5fc22ab4..92441db3 100644 --- a/default.c +++ b/default.c @@ -63,9 +63,9 @@ static struct pspec default_terminal_rules[] = /* SCCS. */ { "%", "s.%", - "$(GET) $(GFLAGS) $< -G $@" }, + "$(GET) $(GFLAGS) -G $@ $<" }, { "%", "SCCS/s.%", - "$(GET) $(GFLAGS) $< -G $@" }, + "$(GET) $(GFLAGS) -G $@ $<" }, { 0, 0, 0 } };