summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--default.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/default.c b/default.c
index c8502a9..c4c7442 100644
--- a/default.c
+++ b/default.c
@@ -63,9 +63,9 @@ static struct pspec default_terminal_rules[] =
/* SCCS. */
{ "%", "s.%",
- "$(GET) $(GFLAGS) $< $(SCCS_OUTPUT_OPTION)" },
+ "$(GET) $(GFLAGS) $(SCCS_OUTPUT_OPTION) $<" },
{ "%", "SCCS/s.%",
- "$(GET) $(GFLAGS) $< $(SCCS_OUTPUT_OPTION)" },
+ "$(GET) $(GFLAGS) $(SCCS_OUTPUT_OPTION) $<" },
{ 0, 0, 0 }
};