Re: Patches for editor
- From: Steef Boerrigter <sxmboer sci kun nl>
- To: Pavel Roskin <proski gnu org>
- Cc: mc-devel gnome org
- Subject: Re: Patches for editor
- Date: Tue, 10 Jul 2001 12:20:44 +0200
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.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]