"./configure --without-vfs" should work again. Someone forgot to replace

libvfs.a with @LIBVFS@ in two places
This commit is contained in:
Pavel Roskin 1998-06-16 07:58:53 +00:00
parent 0940e14539
commit 1060e8fa67
2 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ cons.saver: cons.saver.o
check:
@echo no tests are supplied.
mc: $(OBJS) libvfs-mc.a @LIBSLANG@ @LIBEDIT_A@
mc: $(OBJS) @LIBVFS@ @LIBSLANG@ @LIBEDIT_A@
$(CC) $(LDFLAGS) -o $@ $(OBJS) -L../vfs -L../slang -L../edit $(OURLIBS) $(LIBS)
mfmt: mfmt.o

View File

@ -53,7 +53,7 @@ libvfs.so: $(VFSSOOBJS) libvfs.o
DISTVFS = Makefile.in ChangeLog $(VFSSRCS) $(VFSHDRS)
all: libvfs-mc.a @mcserv@
all: @LIBVFS@ @mcserv@
.c.o:
$(CC) -c $(CPPFLAGS) $(DEFS) $(CFLAGS) $<