diff options
author | Roland McGrath <roland@redhat.com> | 1993-11-11 16:47:27 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-11-11 16:47:27 +0000 |
commit | 48fe766053b2867d8bf04cd582d366f9f79b4554 (patch) | |
tree | 69c5c52aa2063f539dc0d33822ced673d73baa22 | |
parent | acd7330a5fe2eca37f103620e44a31ef3a61b719 (diff) | |
download | gunmake-48fe766053b2867d8bf04cd582d366f9f79b4554.tar.gz |
Formerly default.c.~30~
-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 } }; |