# HG changeset patch # User John W. Eaton # Date 1284837944 14400 # Node ID 061bd86a0bf3f0dc04ef6d6aa2b9349c61bf43e2 # Parent 88687577519f3a15e7c7875bd90f3ecf2b25746d Makefile.am (BUILT_SOURCES): include run-octave in the list diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-09-18 John W. Eaton + + * Makefile.am (BUILT_SOURCES): Include run-octave in the list. + 2010-09-16 John W. Eaton * configure.ac (SCRIPTS_EXE_SUFFIX) Delete variable and all uses. diff --git a/Makefile.am b/Makefile.am --- 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