mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-01-13 09:25:46 +00:00
* src/main.c (main): Install suffix rules near pattern updates
This commit is contained in:
parent
8ddb628927
commit
9b6fedef1c
1 changed files with 5 additions and 5 deletions
10
src/main.c
10
src/main.c
|
@ -2273,16 +2273,16 @@ main (int argc, char **argv, char **envp)
|
|||
|
||||
define_makeflags (0);
|
||||
|
||||
/* Define the file rules for the built-in suffix rules. These will later
|
||||
be converted into pattern rules. */
|
||||
|
||||
install_default_suffix_rules ();
|
||||
|
||||
/* Make each 'struct goaldep' point at the 'struct file' for the file
|
||||
depended on. Also do magic for special targets. */
|
||||
|
||||
snap_deps ();
|
||||
|
||||
/* Define the file rules for the built-in suffix rules. These will later
|
||||
be converted into pattern rules. */
|
||||
|
||||
install_default_suffix_rules ();
|
||||
|
||||
/* Convert old-style suffix rules to pattern rules. It is important to
|
||||
do this before installing the built-in pattern rules below, so that
|
||||
makefile-specified suffix rules take precedence over built-in pattern
|
||||
|
|
Loading…
Reference in a new issue