Improve reference to ./libgnu.a.
authorBruno Haible <bruno@clisp.org>
Mon, 11 Feb 2008 23:13:34 +0000 (00:13 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 11 Feb 2008 23:13:34 +0000 (00:13 +0100)
ChangeLog
modules/git-merge-changelog

index 1bcb783..7ac312a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2008-02-11  Bruno Haible  <bruno@clisp.org>
 
+       * 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 <Ralf.Wildenhues@gmx.de>.
+
+2008-02-11  Bruno Haible  <bruno@clisp.org>
+
        * .gitattributes: New file.
 
 2008-02-11  Jim Meyering  <meyering@redhat.com>
index fdfebfd..ed3ee0b 100644 (file)
@@ -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: