Formerly default.c.~30~

This commit is contained in:
Roland McGrath 1993-11-11 16:47:27 +00:00
parent acd7330a5f
commit 48fe766053

View File

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