changeset 4788:65dfbc5a5dbc

binary-dist-rules.mk (OCTAVE_DIST_NAME): Use octave-$($(OCTAVE_TARGET)_VERSION)$(OCTAVE_PLATFORM_SUFFIX) for octave-release version.
author John W. Eaton <jwe@octave.org>
date Thu, 09 Aug 2018 16:15:12 -0400
parents 68deb4d4d928
children 7f8ff4800eef
files binary-dist-rules.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/binary-dist-rules.mk	Thu Aug 09 10:03:16 2018 -0400
+++ b/binary-dist-rules.mk	Thu Aug 09 16:15:12 2018 -0400
@@ -11,7 +11,7 @@
   endif
 endif
 
-ifeq ($(OCTAVE_TARGET),stable-octave)
+ifeq ($(OCTAVE_TARGET),release-octave)
   OCTAVE_DIST_NAME := octave-$($(OCTAVE_TARGET)_VERSION)$(OCTAVE_PLATFORM_SUFFIX)
 else
   OCTAVE_DIST_NAME := octave-$(DATE)$(OCTAVE_PLATFORM_SUFFIX)