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 1bcb7835bc5235f1a18ab295ce5d7d41a301fda1..7ac312ac2f27f96fff7437f3ac77192125efc802 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.
index fdfebfd7639ead36871f57ff90d1c805cf03b475..ed3ee0ba869d6ed6a7312684b9942f82a327f501 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: