diff options
Diffstat (limited to 'default.c')
-rw-r--r-- | default.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 } }; |