From: Bruno Haible Date: Mon, 11 Feb 2008 23:13:34 +0000 (+0100) Subject: Improve reference to ./libgnu.a. X-Git-Tag: v0.1~7758 X-Git-Url: http://erislabs.net/gitweb/?a=commitdiff_plain;h=886f5e7fe9e76caf92e5640a275498d565bf1e5e;p=gnulib.git Improve reference to ./libgnu.a. --- diff --git a/ChangeLog b/ChangeLog index 1bcb7835b..7ac312ac2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2008-02-11 Bruno Haible + * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a + library in the current directory: it does not work with parallel make. + Reported by Ralf Wildenhues . + +2008-02-11 Bruno Haible + * .gitattributes: New file. 2008-02-11 Jim Meyering diff --git a/modules/git-merge-changelog b/modules/git-merge-changelog index fdfebfd76..ed3ee0ba8 100644 --- a/modules/git-merge-changelog +++ b/modules/git-merge-changelog @@ -24,7 +24,7 @@ configure.ac: Makefile.am: bin_PROGRAMS = git-merge-changelog -git_merge_changelog_LDADD = -L. -lgnu +git_merge_changelog_LDADD = libgnu.a Include: