summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMichael Pratt <[email protected]>2024-10-10 10:27:09 +0000
committerMark Wielaard <[email protected]>2024-10-14 22:52:22 +0200
commitb68f34725229b08380a1612899b0537f8f597dad (patch)
tree58ba8d77b8a0f8fedf48f8ae0f827bc7d693caf1 /tests
parent7f06ac2b3fc0077f29bcc68064ca8e91fa7cd080 (diff)
libdw: Let clean targets be unconditional
The automake rule "maintainer-clean-generic" is always available and never conditional, so let the variable that uses it be define non-conditionally. If one actually wants conditional cleaning they should write a custom rule and set it as a dependency of a "*clean-local" automake rule. There is no need to do conditional cleaning here, so move the MAINTAINERCLEANFILES variable definition to the end of the Makefile.am file as it is in the rest of the project. * libdw/Makefile.am: move MAINTAINERCLEANFILES variable to the end of the file as a non-conditional definition. Signed-off-by: Michael Pratt <[email protected]>
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions