comparison src/of-quaternion-1-cross-fixes.patch @ 3937:2d8b0a2025e4

add of-quaternion-1-cross-fixes.patch missed in c/s 8935178bae18 * src/of-quaternion-1-cross-fixes.patch: new file
author John Donoghue <john.donoghue@ieee.org>
date Sun, 10 May 2015 08:02:22 -0400
parents
children
comparison
equal deleted inserted replaced
3936:8935178bae18 3937:2d8b0a2025e4
1 diff -ur quaternion.orig/src/Makefile quaternion/src/Makefile
2 --- quaternion.orig/src/Makefile 2015-05-10 07:14:09.000000000 -0400
3 +++ quaternion/src/Makefile 2015-05-10 07:15:03.000000000 -0400
4 @@ -1,11 +1,13 @@
5 +MKOCTFILE ?= mkoctfile
6 +
7 all: is_real_array.oct
8
9 # helper
10 is_real_array.oct: is_real_array.cc
11 - mkoctfile is_real_array.cc
12 + $(MKOCTFILE) is_real_array.cc
13
14 clean:
15 rm -rf *.o core octave-core *.oct *~
16
17 realclean: clean
18 - rm -rf *.a
19 \ No newline at end of file
20 + rm -rf *.a