wok-6.x diff octave/stuff/octave-3.2.0_parallel_make.patch @ rev 8786
Remove an uneeded 'report step' into linux receipt (tazwok get-src output one itself)
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Tue Feb 22 22:48:31 2011 +0100 (2011-02-22) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/octave/stuff/octave-3.2.0_parallel_make.patch Tue Feb 22 22:48:31 2011 +0100 1.3 @@ -0,0 +1,12 @@ 1.4 +diff -Naur octave-3.2.0/doc/Makefile.in octave-3.2.0.new/doc/Makefile.in 1.5 +--- octave-3.2.0/doc/Makefile.in 2009-06-03 07:55:40.000000000 -0400 1.6 ++++ octave-3.2.0.new/doc/Makefile.in 2009-07-07 18:20:14.000000000 -0400 1.7 +@@ -30,6 +30,8 @@ 1.8 + all: conf.texi $(SUBDIRS) 1.9 + .PHONY: all 1.10 + 1.11 ++$(SUBDIRS): conf.texi 1.12 ++ 1.13 + conf.texi: conf.texi.in $(TOPDIR)/Makeconf 1.14 + @$(do-subst-texinfo-vals) 1.15 +