mirror of
https://github.com/MidnightCommander/mc
synced 2025-03-30 11:42:54 +03:00
"./configure --without-vfs" should work again. Someone forgot to replace
libvfs.a with @LIBVFS@ in two places
This commit is contained in:
parent
0940e14539
commit
1060e8fa67
@ -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
|
||||
|
@ -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) $<
|
||||
|
Loading…
x
Reference in New Issue
Block a user