Patches for editor
Steef Boerrigter
sxmboer at sci.kun.nl
Tue Jul 10 10:20:44 UTC 2001
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
-------------- next part --------------
--- 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.
More information about the mc-devel
mailing list