(default_terminal_rules): In SCCS rules, put $(SCCS_OUTPUT_OPTION) before

$<.  On some systems -G is grokked only before the file name.
This commit is contained in:
Roland McGrath 1994-05-17 02:58:49 +00:00
parent c25db14264
commit f2804372bd

View File

@ -63,9 +63,9 @@ static struct pspec default_terminal_rules[] =
/* SCCS. */ /* SCCS. */
{ "%", "s.%", { "%", "s.%",
"$(GET) $(GFLAGS) $< $(SCCS_OUTPUT_OPTION)" }, "$(GET) $(GFLAGS) $(SCCS_OUTPUT_OPTION) $<" },
{ "%", "SCCS/s.%", { "%", "SCCS/s.%",
"$(GET) $(GFLAGS) $< $(SCCS_OUTPUT_OPTION)" }, "$(GET) $(GFLAGS) $(SCCS_OUTPUT_OPTION) $<" },
{ 0, 0, 0 } { 0, 0, 0 }
}; };