changeset 20400:0932426e3866

Fix dependency of built images on the interpreter * src/module.mk (OCTAVE_INTERPRETER_TARGETS): Fix typo of $(bin_PROGRAMS).
author Mike Miller <mtmiller@octave.org>
date Fri, 17 Jul 2015 00:59:10 -0400
parents 806a762111d9
children 9b44691a3520
files src/module.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/module.mk	Thu Jul 16 23:21:44 2015 -0400
+++ b/src/module.mk	Fri Jul 17 00:59:10 2015 -0400
@@ -28,7 +28,7 @@
   src/octave-config
 
 OCTAVE_INTERPRETER_TARGETS += \
-  $(bin_programs) \
+  $(bin_PROGRAMS) \
   $(OCTAVE_VERSION_LINKS)
 
 noinst_HEADERS += \