Skip to content

Commit 41a1e79

Browse files
committed
Make sure distclean hook doesn't conflict with other projects
1 parent 92ce423 commit 41a1e79

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build-aux/que_dist_checksums.am

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ checksum_dist = \
1010
# Since the checksums file isn't an artifact produced by the default source dist
1111
# creation process, we have to clean it up ourselves so distcheck can see that
1212
# everything round-tripped cleanly.
13-
distclean-local:
13+
distclean-local: distclean-local-checksums
14+
15+
distclean-local-checksums:
1416
rm -f $(distdir).sha256.txt
1517

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

0 commit comments

Comments
 (0)