mirror of
https://github.com/mirror/make.git
synced 2025-04-24 12:00:35 +08:00
Formerly default.c.~24~
This commit is contained in:
parent
828b45420a
commit
1386d961a9
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user