diff --git a/src/ChangeLog b/src/ChangeLog index 2673d3c0b..4b7f89347 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2001-04-06 Pavel Roskin + + * Makefile.in: Add dependencies between mc and static libraries + in the source tree. + 2001-04-06 Andrew V. Samoilov * find.c (find_parameters): Add a checkbox for case insensitive diff --git a/src/Makefile.in b/src/Makefile.in index 63c029ca6..25fe6df92 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -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