mirror of
https://github.com/mirror/make.git
synced 2025-02-11 12:20:39 +08:00
Formerly default.c.~31~
This commit is contained in:
parent
1bc63e8cc7
commit
c33908dea5
@ -63,9 +63,9 @@ static struct pspec default_terminal_rules[] =
|
|||||||
|
|
||||||
/* SCCS. */
|
/* SCCS. */
|
||||||
{ "%", "s.%",
|
{ "%", "s.%",
|
||||||
"$(GET) $(GFLAGS) -G $@ $<" },
|
"$(GET) $(GFLAGS) $< $(SCCS_OUTPUT_OPTION)" },
|
||||||
{ "%", "SCCS/s.%",
|
{ "%", "SCCS/s.%",
|
||||||
"$(GET) $(GFLAGS) -G $@ $<" },
|
"$(GET) $(GFLAGS) $< $(SCCS_OUTPUT_OPTION)" },
|
||||||
|
|
||||||
{ 0, 0, 0 }
|
{ 0, 0, 0 }
|
||||||
};
|
};
|
||||||
@ -295,6 +295,10 @@ static char *default_variables[] =
|
|||||||
#endif /* Not Xenix. */
|
#endif /* Not Xenix. */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef SCCS_GET_MINUS_G
|
||||||
|
"SCCS_OUTPUT_OPTION", "-G$@",
|
||||||
|
#endif
|
||||||
|
|
||||||
0, 0
|
0, 0
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user