mirror of
https://github.com/mirror/make.git
synced 2025-01-30 06:11:02 +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:
parent
c25db14264
commit
f2804372bd
@ -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 }
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user