mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
* Make-mc.in: Use USE_VFS conditional instead of relying on
LIBVFS.
This commit is contained in:
parent
fea1e1867e
commit
92f05b1d2f
@ -1,3 +1,8 @@
|
||||
2001-09-10 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* Make-mc.in: Use USE_VFS conditional instead of relying on
|
||||
LIBVFS.
|
||||
|
||||
2001-09-07 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* Make-mc.in: Include necessary parts of Make.common to
|
||||
|
@ -204,7 +204,8 @@ all: all-recursive all-local
|
||||
all-recursive:
|
||||
cd extfs && $(MAKE) all
|
||||
|
||||
all-local: @LIBVFS@ @mcserv@
|
||||
@USE_VFS_TRUE@all-local: libvfs-mc.a @mcserv@
|
||||
@USE_VFS_FALSE@all-local: @mcserv@
|
||||
|
||||
.c.o:
|
||||
$(CC) -c $(CPPFLAGS) $(DEFS) $(CFLAGS) $<
|
||||
|
Loading…
Reference in New Issue
Block a user