emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: draft patch to import md5 module from gnulib


From: Paul Eggert
Subject: Re: draft patch to import md5 module from gnulib
Date: Sat, 19 Feb 2011 01:53:38 -0800
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7

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 via email to

[Prev in Thread] Current Thread [Next in Thread]