# 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 -r 88687577519f -r 061bd86a0bf3 ChangeLog --- a/ChangeLog Thu Sep 16 20:30:01 2010 -0400 +++ b/ChangeLog Sat Sep 18 15:25:44 2010 -0400 @@ -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 -r 88687577519f -r 061bd86a0bf3 Makefile.am --- a/Makefile.am Thu Sep 16 20:30:01 2010 -0400 +++ b/Makefile.am Sat Sep 18 15:25:44 2010 -0400 @@ -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