diff Makefile.am @ 30806:103efb7e1600 stable

avoid make dist failure due to long command line (bug #62135) * Makefile.am (SUBDIRS): Add test to the list. * configure.ac (AC_CONFIG_FILES): Also generate test/Makefile. * test/Makefile.am: Rename from test/module.mk. Adjust filenames and commands so they will work when executed in the $builddir/test directory.
author John W. Eaton <jwe@octave.org>
date Thu, 03 Mar 2022 13:31:24 -0500
parents 796f54d4ddbf
children 4392386b5ecb
line wrap: on
line diff
--- a/Makefile.am	Thu Mar 03 13:28:13 2022 -0500
+++ b/Makefile.am	Thu Mar 03 13:31:24 2022 -0500
@@ -225,7 +225,7 @@
 # Other directories are handled directly from this Makefile,
 # but also review the included module.mk makefile fragments.
 
-SUBDIRS = libgnu
+SUBDIRS = libgnu test
 
 # All of build depends on having libgnu.
 # Add the library to BUILT_SOURCES so it is created early in the build process
@@ -245,7 +245,6 @@
 include etc/module.mk
 include examples/module.mk
 include m4/module.mk
-include test/module.mk
 include build-aux/module.mk
 
 DIST_HOOKS := \