Formerly default.c.~24~

This commit is contained in:
Roland McGrath 1993-04-16 00:54:40 +00:00
parent 828b45420a
commit 1386d961a9

View file

@ -223,11 +223,7 @@ static char *default_variables[] =
"F77", "$(FC)",
"F77FLAGS", "$(FFLAGS)",
#endif /* Cray. */
#if defined (USG) || defined (ultrix) || defined (_IBMR2)
"GET", "get",
#else
"GET", "/usr/sccs/get",
#endif
"GET", SCCS_GET,
"LD", "ld",
"LEX", "lex",
"LINT", "lint",
@ -310,7 +306,7 @@ set_default_suffixes ()
char *p = default_suffixes;
suffix_file->deps = (struct dep *)
multi_glob (parse_file_seq (&p, '\0', sizeof (struct dep)),
sizeof (struct dep));
sizeof (struct dep), 1);
(void) define_variable ("SUFFIXES", 8, default_suffixes, o_default, 0);
}
}