mirror of
https://github.com/mirror/make.git
synced 2026-09-06 06:35:00 +08:00
(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:
@@ -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 }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user