diff options
| author | Niels Möller <nisse@lysator.liu.se> | 2020-01-15 21:38:45 +0100 |
|---|---|---|
| committer | Niels Möller <nisse@lysator.liu.se> | 2020-01-15 21:38:45 +0100 |
| commit | d1dbba1e7fcf4ad54e5d3435e381ae336c36cf2a (patch) | |
| tree | a85c8623a868e49373846333451f14a53690151c /ChangeLog | |
| parent | 574272317865c07614706356e7062ca0b30e21c6 (diff) | |
| download | nettle-require-gnu-make.tar.gz | |
Use %-pattern rules instad of suffix rules.require-gnu-make
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,5 +1,19 @@ 2020-01-15 Niels Möller <nisse@lysator.liu.se> + * Makefile.in: Replace suffix rules by pattern rules. Move .asm + rule above .c rule, since now the order of rules in the Makefile + matters, rather than the order in the .SUFFIXES list. + (aesdata, desdata, twofishdata, shadata, gcmdata, eccparams): + Individual rules replaced by a pattern rule. + (eccdata): Add explicit dependencies, to complement the pattern + rule. + * examples/Makefile.in: Replace suffix rules by pattern rules. + * testsuite/Makefile.in: Likewise. + * tools/Makefile.in: Likewise. + + * config.make.in: Empty .SUFFIXES, to not accidentally use any + suffix rules. + * aclocal.m4 (DEP_INCLUDE): Delete substituted variable. * Makefile.in: Use the GNU make directive -include to include |
