Mercurial > hg > octave-lyh
changeset 1910:0cc78377d25c
[project @ 1996-02-10 03:13:03 by jwe]
author | jwe |
---|---|
date | Sat, 10 Feb 1996 03:13:03 +0000 |
parents | 133b1b8d8ef0 |
children | c02829e877a1 |
files | libcruft/Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libcruft/Makefile.in +++ b/libcruft/Makefile.in @@ -44,7 +44,7 @@ CRUFT_OBJ3 := $(patsubst $(srcdir)/%, %, $(CRUFT_FSRC)) CRUFT_OBJ2 := $(patsubst %.f, %.o, $(CRUFT_OBJ3)) CRUFT_OBJ1 := $(subst misc/d1mach.o, , $(CRUFT_OBJ2)) -CRUFT_OBJ := $(CRUFT_OBJ1) misc/d1mach.o misc/dostop.o +CRUFT_OBJ := $(CRUFT_OBJ1) misc/d1mach.o misc/dostop.o misc/f77-fcn.o ifeq ($(SHARED_LIBS), true) ifdef FPICFLAG