diff src/default-octave.mk @ 3993:3a38544f2a8f

default-octave: update cur current dev branch build * src/default-octave-1-docinstall.patch: remove patch * dist-files.mk: removed default-octave-1-docinstall.patch * src/default-octave.mk: build libgnu first
author John D
date Mon, 27 Jul 2015 22:00:58 -0400
parents 03998aeb3996
children 0962acdde3be
line wrap: on
line diff
--- a/src/default-octave.mk	Sat Jul 11 19:48:48 2015 -0400
+++ b/src/default-octave.mk	Mon Jul 27 22:00:58 2015 -0400
@@ -142,6 +142,8 @@
         PKG_CONFIG_PATH='$(HOST_LIBDIR)/pkgconfig' \
         && $(CONFIGURE_POST_HOOK)
 
+    $(MAKE) -C '$(1)/.build/libgnu'
+
     ## We want both of these install steps so that we install in the
     ## location set by the configure --prefix option, and the other
     ## in a directory tree that will have just Octave files.