Skip to content

Commit

Permalink
Make sure distclean hook doesn't conflict with other projects
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Apr 8, 2024
1 parent 92ce423 commit 41a1e79
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build-aux/que_dist_checksums.am
Expand Up @@ -10,7 +10,9 @@ checksum_dist = \
# Since the checksums file isn't an artifact produced by the default source dist
# creation process, we have to clean it up ourselves so distcheck can see that
# everything round-tripped cleanly.
distclean-local:
distclean-local: distclean-local-checksums

distclean-local-checksums:
rm -f $(distdir).sha256.txt

# Append checksum operation to function that runs after compressing dist archives
Expand Down

0 comments on commit 41a1e79

Please sign in to comment.