changeset 30986:30e2a7ca6729 stable

build: Remove .dirstamp files from test/ directory with "maintainer-clean" target. * test/Makefile.am: Add $(DISTAMP_FILES) to BUILT_SOURCES declaration.
author Rik <rik@octave.org>
date Sat, 07 May 2022 15:14:12 -0700
parents 8ee6422d1292
children 15e27312b5a1 ed06f74e16cf
files test/Makefile.am
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 \