mirror of
https://github.com/mirror/make.git
synced 2026-09-04 21:52:55 +08:00
Formerly default.c.~31~
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user