Makefile.am: .build_params belongs in DISTCLEANFILES, not CLEANFILES.

This commit is contained in:
Daniel Pouzzner
2021-09-28 11:34:52 -05:00
parent 9f36df44a4
commit db26e0a40a

View File

@ -29,7 +29,8 @@ AM_CFLAGS += $(EXTRA_CFLAGS)
#includes additional rules from aminclude.am #includes additional rules from aminclude.am
@INC_AMINCLUDE@ @INC_AMINCLUDE@
DISTCLEANFILES+= aminclude.am DISTCLEANFILES+= aminclude.am \
.build_params
CLEANFILES+= ecc-key.der \ CLEANFILES+= ecc-key.der \
ecc-public-key.der \ ecc-public-key.der \
@ -126,8 +127,7 @@ CLEANFILES+= ecc-key.der \
pkcs7signedEncryptedCompressedFirmwarePkgData_RSA_SHA256.der \ pkcs7signedEncryptedCompressedFirmwarePkgData_RSA_SHA256.der \
pkcs7signedEncryptedCompressedFirmwarePkgData_RSA_SHA256_noattr.der \ pkcs7signedEncryptedCompressedFirmwarePkgData_RSA_SHA256_noattr.der \
tests/test-log-dump-to-file.txt \ tests/test-log-dump-to-file.txt \
MyKeyLog.txt \ MyKeyLog.txt
.build_params
exampledir = $(docdir)/example exampledir = $(docdir)/example
dist_example_DATA= dist_example_DATA=