Formerly default.c.~31~

This commit is contained in:
Roland McGrath 1993-12-14 21:59:57 +00:00
parent 1bc63e8cc7
commit c33908dea5

View file

@ -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
};