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 } };