# HG changeset patch # User John W. Eaton # Date 1245825940 -7200 # Node ID 8d76b5d34e69e02f687dbb85c37147ba71af2565 # Parent 587d268cf64e005de338bb60f259852aa906580b libcruft/Makefile.in (MISC_OBJ): remove misc/machar.o and misc/smachar.o from the list: diff -r 587d268cf64e -r 8d76b5d34e69 libcruft/ChangeLog --- a/libcruft/ChangeLog Wed Jun 24 08:13:16 2009 +0200 +++ b/libcruft/ChangeLog Wed Jun 24 08:45:40 2009 +0200 @@ -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 -r 587d268cf64e -r 8d76b5d34e69 libcruft/Makefile.in --- a/libcruft/Makefile.in Wed Jun 24 08:13:16 2009 +0200 +++ b/libcruft/Makefile.in Wed Jun 24 08:45:40 2009 +0200 @@ -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))