all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Paul Eggert <eggert@cs.ucla.edu>
To: Eli Zaretskii <eliz@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: draft patch to import md5 module from gnulib
Date: Sat, 19 Feb 2011 01:53:38 -0800	[thread overview]
Message-ID: <4D5F9322.9010801@cs.ucla.edu> (raw)
In-Reply-To: <83vd0gtndd.fsf@gnu.org>

On 02/19/2011 12:55 AM, Eli Zaretskii wrote:

> what about the dependency of fns.o on lib/md5.h instead?

Yes, thanks, that should be added, like this:

 * deps.mk (fns.o): Depend on ../lib/md5.h.
=== modified file 'src/deps.mk'
--- src/deps.mk	2011-02-19 07:28:29 +0000
+++ src/deps.mk	2011-02-19 09:50:53 +0000
@@ -282,7 +282,7 @@
    msdos.h
 floatfns.o: floatfns.c syssignal.h lisp.h globals.h $(config_h)
 fns.o: fns.c commands.h lisp.h $(config_h) frame.h buffer.h character.h \
-   keyboard.h keymap.h window.h $(INTERVALS_H) coding.h \
+   keyboard.h keymap.h window.h $(INTERVALS_H) coding.h ../lib/md5.h \
    blockinput.h atimer.h systime.h xterm.h ../lib/unistd.h globals.h
 print.o: print.c process.h frame.h window.h buffer.h keyboard.h character.h \
    lisp.h globals.h $(config_h) termchar.h $(INTERVALS_H) msdos.h termhooks.h \




  reply	other threads:[~2011-02-19  9:53 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-18  8:18 draft patch to import md5 module from gnulib Paul Eggert
2011-02-18  9:42 ` Eli Zaretskii
2011-02-19  7:52   ` Paul Eggert
2011-02-19  8:55     ` Eli Zaretskii
2011-02-19  9:53       ` Paul Eggert [this message]
2011-02-20  8:50         ` Paul Eggert
  -- strict thread matches above, loose matches on Subject: below --
2011-02-20  2:30 Ben Key
2011-02-20  7:54 ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4D5F9322.9010801@cs.ucla.edu \
    --to=eggert@cs.ucla.edu \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.