annotate src/of-specfun-1-cross-fixes.patch @ 4677:feadde11e10f

build-texinfo, texinfo: use "#! /usr/bin/env perl" in scripts texinfo: skip for native builds
author John W. Eaton <jwe@octave.org>
date Fri, 20 Apr 2018 13:51:41 -0400
parents bdcddfdc57d0
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4067
bdcddfdc57d0 Install binary of-* packages
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
1 diff -ur specfun.orig/src/Makefile specfun/src/Makefile
bdcddfdc57d0 Install binary of-* packages
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
2 --- specfun.orig/src/Makefile 2015-12-26 20:11:36.382164834 -0500
bdcddfdc57d0 Install binary of-* packages
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
3 +++ specfun/src/Makefile 2015-12-26 20:12:17.449868085 -0500
bdcddfdc57d0 Install binary of-* packages
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
4 @@ -1,6 +1,8 @@
bdcddfdc57d0 Install binary of-* packages
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
5 +MKOCTFILE ?= mkoctfile
bdcddfdc57d0 Install binary of-* packages
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
6 +
bdcddfdc57d0 Install binary of-* packages
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
7 all: ellipj.oct
bdcddfdc57d0 Install binary of-* packages
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
8
bdcddfdc57d0 Install binary of-* packages
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
9 %.oct: %.cc
bdcddfdc57d0 Install binary of-* packages
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
10 - mkoctfile -s $<
bdcddfdc57d0 Install binary of-* packages
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
11 + $(MKOCTFILE) -s $<
bdcddfdc57d0 Install binary of-* packages
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
12
bdcddfdc57d0 Install binary of-* packages
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
13 clean: ; -rm *.o core octave-core *.oct *~