Pavel, Sorry, I just forgot to include the patch for Makefile.in in directory 'edit' It fixes the missing dependency, since edit_key_translator.c is included into edit.c It does not apply to gtk-edit, where it is not included Steef
--- mc-4.5.54/edit/Makefile.in.old Tue Jul 10 12:10:13 2001
+++ mc-4.5.54/edit/Makefile.in Tue Jul 10 12:16:15 2001
@@ -39,6 +39,8 @@
.c.o:
$(CC) -c $(CPPFLAGS) $(DEFS) $(CFLAGS) -DMIDNIGHT $<
+edit.o: edit_key_translator.c
+
check:
@echo no tests are supplied.
