changeset 21390:4f994c3f88fc

don't include run-octave in both BUILT_SOURCES and ALL_LOCAL_TARGETS * Makefile.am (DIST_INFO_FILES): Delete unused variable. (ALL_LOCAL_TARGETS): Don't include $(noinst_SCRIPTS) in the list. (OCTAVE_INTERPRETER_TARGETS): Don't add run-octave to the list.
author John W. Eaton <jwe@octave.org>
date Wed, 02 Mar 2016 00:01:40 -0500
parents 64efef931bd0
children 13b6be3cb217
files Makefile.am
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.am	Tue Mar 01 19:52:36 2016 -0800
+++ b/Makefile.am	Wed Mar 02 00:01:40 2016 -0500
@@ -166,8 +166,6 @@
 
 noinst_SCRIPTS = run-octave
 
-OCTAVE_INTERPRETER_TARGETS += run-octave
-
 CLEANFILES += \
   $(BUILT_SOURCES)
 
@@ -186,8 +184,6 @@
 
 ALL_LOCAL_TARGETS += \
   $(OCTAVE_INTERPRETER_TARGETS) \
-  $(noinst_SCRIPTS) \
-  $(DIST_INFO_FILES) \
   .gdbinit \
   $(DOC_TARGETS)