* Makefile.in: Add dependencies between mc and static libraries

in the source tree.
This commit is contained in:
Pavel Roskin 2001-04-06 06:25:14 +00:00
parent 0a90f50277
commit 4b8d3f4289
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2001-04-06 Pavel Roskin <proski@gnu.org>
* Makefile.in: Add dependencies between mc and static libraries
in the source tree.
2001-04-06 Andrew V. Samoilov <sav@bcs.zp.ua>
* find.c (find_parameters): Add a checkbox for case insensitive

View File

@ -13,6 +13,8 @@ LDFLAGS = $(XLDFLAGS)
DEFS = $(XDEFS)
LIBS = $(XLIBS) @TERMNET@ $(XLIB) @TERMNET@ @MCLIBS@
OURLIBS = @LVFS@ @LSLANG@ @LEDIT@ @LGPM@ @LINTL@
DEPLIBS = $(top_builddir)/vfs/@LIBVFS@ $(top_builddir)/slang/@LIBSLANG@ \
$(top_builddir)/edit/@LIBEDIT_A@ @INTLDEPS@
INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
@ -73,7 +75,7 @@ cons.saver: cons.saver.o
check:
@echo no tests are supplied.
mc: $(OBJS)
mc: $(OBJS) $(DEPLIBS)
$(CC) $(LDFLAGS) -o $@ $(OBJS) -L../vfs -L../slang -L../edit $(OURLIBS) $(LIBS)
man2hlp: man2hlp.o