# HG changeset patch # User John W. Eaton # Date 1245718818 14400 # Node ID 14b1d34518586066123fa539c645b06911867469 # Parent 6a035159ba0ead476f2f0d7ca0039813bab8de6c libcruft/Makefile.in (MISC_OBJ): remove misc/machar.o and misc/smachar.o from the list: diff --git a/libcruft/ChangeLog b/libcruft/ChangeLog --- a/libcruft/ChangeLog +++ b/libcruft/ChangeLog @@ -1,5 +1,8 @@ 2009-06-22 John W. Eaton + * 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. diff --git a/libcruft/Makefile.in b/libcruft/Makefile.in --- 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))