Formerly default.c.~28~

This commit is contained in:
Roland McGrath 1993-10-03 19:15:29 +00:00
parent f8300f1e1c
commit cc5be7c0cd

View file

@ -63,9 +63,9 @@ static struct pspec default_terminal_rules[] =
/* SCCS. */
{ "%", "s.%",
"$(GET) $(GFLAGS) $<" },
"$(GET) $(GFLAGS) $< -G $@" },
{ "%", "SCCS/s.%",
"$(GET) $(GFLAGS) $<" },
"$(GET) $(GFLAGS) $< -G $@" },
{ 0, 0, 0 }
};