mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-02-05 06:04:34 +00:00
Formerly default.c.~30~
This commit is contained in:
parent
acd7330a5f
commit
48fe766053
1 changed files with 2 additions and 2 deletions
|
@ -63,9 +63,9 @@ static struct pspec default_terminal_rules[] =
|
||||||
|
|
||||||
/* SCCS. */
|
/* SCCS. */
|
||||||
{ "%", "s.%",
|
{ "%", "s.%",
|
||||||
"$(GET) $(GFLAGS) $< -G $@" },
|
"$(GET) $(GFLAGS) -G $@ $<" },
|
||||||
{ "%", "SCCS/s.%",
|
{ "%", "SCCS/s.%",
|
||||||
"$(GET) $(GFLAGS) $< -G $@" },
|
"$(GET) $(GFLAGS) -G $@ $<" },
|
||||||
|
|
||||||
{ 0, 0, 0 }
|
{ 0, 0, 0 }
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue