Mercurial > hg > octave-lyh
changeset 12014:8d76b5d34e69 release-3-2-x
libcruft/Makefile.in (MISC_OBJ): remove misc/machar.o and misc/smachar.o from the list:
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Wed, 24 Jun 2009 08:45:40 +0200 |
parents | 587d268cf64e |
children | bb2afac6d1f5 |
files | libcruft/ChangeLog libcruft/Makefile.in |
diffstat | 2 files changed, 5 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libcruft/ChangeLog +++ b/libcruft/ChangeLog @@ -1,5 +1,8 @@ 2009-06-22 John W. Eaton <jwe@octave.org> + * Makefile.in (MISC_OBJ): Remove misc/machar.o and misc/smachar.o + from the list. + * misc/i1mach.f, misc/r1mach.f, misc/d1mach.f: Rewite in terms of LAPACK functions slamch and dlamch. * misc/machar.c: Delete.
--- a/libcruft/Makefile.in +++ b/libcruft/Makefile.in @@ -75,8 +75,8 @@ # FIXME -- this should build the shared library directly from # a normal archive file (created from PIC code, though). -MISC_OBJ := misc/machar.o misc/smachar.o misc/f77-extern.o \ - misc/f77-fcn.o misc/lo-error.o misc/quit.o misc/cquit.o +MISC_OBJ := misc/f77-extern.o misc/f77-fcn.o misc/lo-error.o \ + misc/quit.o misc/cquit.o CRUFT_FSRC := $(foreach dir, $(SUBDIRS), $(wildcard $(srcdir)/$(dir)/*.f)) CRUFT_OBJ2 := $(patsubst $(srcdir)/%, %, $(CRUFT_FSRC))