changeset 10993:061bd86a0bf3

Makefile.am (BUILT_SOURCES): include run-octave in the list
author John W. Eaton <jwe@octave.org>
date Sat, 18 Sep 2010 15:25:44 -0400
parents 88687577519f
children 9e1270a84a10
files ChangeLog Makefile.am
diffstat 2 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-09-18  John W. Eaton  <jwe@octave.org>
+
+	* Makefile.am (BUILT_SOURCES): Include run-octave in the list.
+
 2010-09-16  John W. Eaton  <jwe@octave.org>
 
 	* configure.ac (SCRIPTS_EXE_SUFFIX) Delete variable and all uses.
--- a/Makefile.am
+++ b/Makefile.am
@@ -93,7 +93,8 @@
 BUILT_SOURCES = \
   mkoctfile.cc \
   octave-config.cc \
-  octave-bug.cc
+  octave-bug.cc \
+  run-octave
 
 else
 bin_SCRIPTS = \
@@ -101,6 +102,9 @@
   octave-config \
   octave-bug \
   run-octave
+
+BUILT_SOURCES = \
+  run-octave
 endif
 
 noinst_SCRIPTS = run-octave