use 10240 for record size

Workaround for non-compliant tar files sometimes created by "make dist".
This commit is contained in:
Dr. Stephen Henson 2013-02-11 15:15:58 +00:00
parent f66db68e1f
commit 46ebd9e3bb

View File

@ -69,7 +69,7 @@ RANLIB= ranlib
NM= nm
PERL= perl
TAR= tar
TARFLAGS= --no-recursion
TARFLAGS= --no-recursion --record-size=10240
MAKEDEPPROG=makedepend
LIBDIR=lib