* Make-mc.in: Use USE_VFS conditional instead of relying on

LIBVFS.
This commit is contained in:
Pavel Roskin 2001-09-10 20:26:13 +00:00
parent fea1e1867e
commit 92f05b1d2f
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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) $<