# HG changeset patch # User Rik # Date 1651961652 25200 # Node ID 30e2a7ca67292e450d382f0d50b3c50334fad0fb # Parent 8ee6422d12923e61a1a15a29c4631775fae7becb build: Remove .dirstamp files from test/ directory with "maintainer-clean" target. * test/Makefile.am: Add $(DISTAMP_FILES) to BUILT_SOURCES declaration. diff -r 8ee6422d1292 -r 30e2a7ca6729 test/Makefile.am --- a/test/Makefile.am Fri May 06 19:54:06 2022 +0200 +++ b/test/Makefile.am Sat May 07 15:14:12 2022 -0700 @@ -218,7 +218,9 @@ done .PHONY: uninstall-test-files -BUILT_SOURCES += $(GENERATED_TEST_FILES) +BUILT_SOURCES += \ + $(GENERATED_TEST_FILES) \ + $(DIRSTAMP_FILES) EXTRA_DIST += \ bc-overloads-expected \