changeset 22017:4eafa2cc599f

build: clean build-aux generated shell scripts on 'make distclean' * Makefile.am (DISTCLEANFILES): Add $(GEN_CONFIG_SHELL) to the list.
author Mike Miller <mtmiller@octave.org>
date Thu, 30 Jun 2016 18:32:23 -0700
parents d4ce10f57918
children a49ed7b7b66f
files Makefile.am
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.am	Thu Jun 30 17:28:09 2016 -0700
+++ b/Makefile.am	Thu Jun 30 18:32:23 2016 -0700
@@ -294,8 +294,9 @@
   make-vars
 
 DISTCLEANFILES += \
-  .gdbinit \
-  $(DIRSTAMP_FILES)
+  $(DIRSTAMP_FILES) \
+  $(GEN_CONFIG_SHELL) \
+  .gdbinit
 
 MAINTAINERCLEANFILES += \
   ChangeLog \