changeset 6492:e27942841f7b release

* src/of-windows.mk: remove dependancy of build-octave (grafted from 03693d0c1e027a41a8e2ac3da243c9ec05ca06d4)
author John Donoghue <john.donoghue@ieee.org>
date Fri, 28 Oct 2022 15:10:41 -0400
parents cb607c760bdf
children 971f65964ef5
files src/of-windows.mk
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/src/of-windows.mk	Mon Oct 17 14:40:18 2022 -0400
+++ b/src/of-windows.mk	Fri Oct 28 15:10:41 2022 -0400
@@ -13,12 +13,6 @@
 
 ifeq ($(ENABLE_BINARY_PACKAGES),yes)
     $(PKG)_DEPS += $(OCTAVE_TARGET)
-    ifeq ($(MXE_NATIVE_BUILD),no)
-        ifeq ($(USE_SYSTEM_OCTAVE),no)
-            # Remove this when package builds without calling Octave
-            $(PKG)_DEPS += build-octave
-        endif
-    endif
 endif
 
 define $(PKG)_UPDATE