diff libcruft/Makefile.in @ 2425:679068a18eee

[project @ 1996-10-25 01:24:59 by jwe]
author jwe
date Fri, 25 Oct 1996 01:26:47 +0000
parents e6adec89527e
children a28ed603c65c
line wrap: on
line diff
--- a/libcruft/Makefile.in	Fri Oct 25 00:44:08 1996 +0000
+++ b/libcruft/Makefile.in	Fri Oct 25 01:26:47 1996 +0000
@@ -40,12 +40,11 @@
 	cd $@; $(MAKE) all
 .PHONY: $(SUBDIRS)
 
-MISC_OBJ := misc/d1mach.o misc/dostop.o misc/f77-extern.o misc/lo-error.o
+MISC_OBJ := misc/machar.o misc/dostop.o misc/f77-extern.o misc/lo-error.o
 
 CRUFT_FSRC := $(foreach dir, $(SUBDIRS), $(wildcard $(srcdir)/$(dir)/*.f))
-CRUFT_OBJ3 := $(patsubst $(srcdir)/%, %, $(CRUFT_FSRC))
-CRUFT_OBJ2 := $(patsubst %.f, %.o, $(CRUFT_OBJ3))
-CRUFT_OBJ1 := $(subst misc/d1mach.o, , $(CRUFT_OBJ2))
+CRUFT_OBJ2 := $(patsubst $(srcdir)/%, %, $(CRUFT_FSRC))
+CRUFT_OBJ1 := $(patsubst %.f, %.o, $(CRUFT_OBJ2))
 CRUFT_OBJ := $(CRUFT_OBJ1) $(MISC_OBJ)
 
 ifeq ($(SHARED_LIBS), true)