view src/of-specfun-1-cross-fixes.patch @ 4067:bdcddfdc57d0

Install binary of-* packages * Makefile.in: (OCTAVE_FORGE_PKG_BUILD) call pkg-install.py if building binary packages * src/of-io-1-cross-fixes.patch: new patch * src/of-specfun-1-cross-fixes.patch: new patch * tools/pkg-install.py: new file
author John Donoghue <john.donoghue@ieee.org>
date Sat, 26 Dec 2015 22:00:59 -0500
parents
children
line wrap: on
line source

diff -ur specfun.orig/src/Makefile specfun/src/Makefile
--- specfun.orig/src/Makefile	2015-12-26 20:11:36.382164834 -0500
+++ specfun/src/Makefile	2015-12-26 20:12:17.449868085 -0500
@@ -1,6 +1,8 @@
+MKOCTFILE ?= mkoctfile
+
 all: ellipj.oct
 
 %.oct: %.cc
-	mkoctfile -s $<
+	$(MKOCTFILE) -s $<
 
 clean: ; -rm *.o core octave-core *.oct *~