From 48fe766053b2867d8bf04cd582d366f9f79b4554 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 11 Nov 1993 16:47:27 +0000 Subject: [PATCH] Formerly default.c.~30~ --- default.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default.c b/default.c index 5fc22ab..92441db 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 } }; -- 2.7.4