annotate src/of-ocs-1-cross-fixes.patch @ 6234:97c5f8da5036 release

* src/librsb.mk: update to 1.2.0.11
author Markus Mützel <markus.muetzel@gmx.de>
date Fri, 27 May 2022 12:24:32 +0200
parents cdbce8086eaa
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3989
cdbce8086eaa of-ocs: new package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
1 diff -ur ocs.old/src/Makefile ocs/src/Makefile
cdbce8086eaa of-ocs: new package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
2 --- ocs.old/src/Makefile 2015-07-07 20:23:51.000000000 -0400
cdbce8086eaa of-ocs: new package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
3 +++ ocs/src/Makefile 2015-07-07 20:24:25.000000000 -0400
cdbce8086eaa of-ocs: new package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
4 @@ -1,9 +1,10 @@
cdbce8086eaa of-ocs: new package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
5 OCTFILES:=Mshichmanhodgesmosfet.oct
cdbce8086eaa of-ocs: new package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
6 +MKOCTFILE ?= mkoctfile
cdbce8086eaa of-ocs: new package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
7
cdbce8086eaa of-ocs: new package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
8 all: $(OCTFILES)
cdbce8086eaa of-ocs: new package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
9
cdbce8086eaa of-ocs: new package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
10 %.oct: %.cc
cdbce8086eaa of-ocs: new package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
11 - mkoctfile $<
cdbce8086eaa of-ocs: new package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
12 + $(MKOCTFILE) $<
cdbce8086eaa of-ocs: new package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
13
cdbce8086eaa of-ocs: new package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
14 clean:
cdbce8086eaa of-ocs: new package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
15 -rm -f *.o core octave-core *.oct *~