mirror of
https://github.com/mirror/make.git
synced 2025-02-06 17:50:48 +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. */
|
/* 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 }
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user