comparison test/Makefile.am @ 31588:7c020b18e299 stable

build: Change Makefile rules to get 'make distcheck' to pass. * Makefile.am: Remove ".PHONY" specification from NEWS target. * test/Makefile.am: Add DIRSTAMP_FILES to DISTCLEANFILES variable.
author Rik <rik@octave.org>
date Tue, 29 Nov 2022 11:08:05 -0800
parents f125ddb46055
children 6e6e99e8a4de
comparison
equal deleted inserted replaced
31587:9d3dadf6f330 31588:7c020b18e299
237 CLEANFILES += \ 237 CLEANFILES += \
238 $(GENERATED_BC_OVERLOADS_FILES) \ 238 $(GENERATED_BC_OVERLOADS_FILES) \
239 $(GENERATED_TEST_FILES) 239 $(GENERATED_TEST_FILES)
240 240
241 DISTCLEANFILES += \ 241 DISTCLEANFILES += \
242 fntests.log 242 fntests.log \
243 $(DIRSTAMP_FILES)
243 244
244 clean-local: test-clean 245 clean-local: test-clean
245 246
246 test-clean: 247 test-clean:
247 rm -f $(CLEANFILES) 248 rm -f $(CLEANFILES)