mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-24 12:58:40 +00:00
Formerly default.c.~31~
This commit is contained in:
parent
1bc63e8cc7
commit
c33908dea5
1 changed files with 6 additions and 2 deletions
|
@ -63,9 +63,9 @@ static struct pspec default_terminal_rules[] =
|
|||
|
||||
/* SCCS. */
|
||||
{ "%", "s.%",
|
||||
"$(GET) $(GFLAGS) -G $@ $<" },
|
||||
"$(GET) $(GFLAGS) $< $(SCCS_OUTPUT_OPTION)" },
|
||||
{ "%", "SCCS/s.%",
|
||||
"$(GET) $(GFLAGS) -G $@ $<" },
|
||||
"$(GET) $(GFLAGS) $< $(SCCS_OUTPUT_OPTION)" },
|
||||
|
||||
{ 0, 0, 0 }
|
||||
};
|
||||
|
@ -295,6 +295,10 @@ static char *default_variables[] =
|
|||
#endif /* Not Xenix. */
|
||||
#endif
|
||||
|
||||
#ifdef SCCS_GET_MINUS_G
|
||||
"SCCS_OUTPUT_OPTION", "-G$@",
|
||||
#endif
|
||||
|
||||
0, 0
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue