Ivan Shmakov
2007-Nov-19 18:33 UTC
[Dovecot] src/lib/Makefile.am: a trivial ``$(srcdir)'' patch
May I suggest the following trivial patch? diff -r ff9e591a2aa5 src/lib/Makefile.am --- a/src/lib/Makefile.am Sun Nov 18 21:44:22 2007 +0200 +++ b/src/lib/Makefile.am Tue Nov 20 00:29:04 2007 +0600 @@ -4,9 +4,9 @@ BUILT_SOURCES = unicodemap.c EXTRA_DIST = unicodemap.c unicodemap.pl -unicodemap.c: +$(srcdir)/unicodemap.c: test -f UnicodeData.txt || wget http://www.unicode.org/Public/UNIDATA/UnicodeData.txt - perl unicodemap.pl < UnicodeData.txt > $@ + perl $(srcdir)/unicodemap.pl < UnicodeData.txt > $@ liblib_a_SOURCES = \ backtrace-string.c \
Timo Sirainen
2007-Nov-20 02:56 UTC
[Dovecot] src/lib/Makefile.am: a trivial ``$(srcdir)'' patch
On Tue, 2007-11-20 at 00:33 +0600, Ivan Shmakov wrote:> May I suggest the following trivial patch?Done. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20071120/f57c6a5b/attachment-0002.bin>