changeset 9695:abc803d0356b

Improve reference to ./libgnu.a.
author Bruno Haible <bruno@clisp.org>
date Tue, 12 Feb 2008 00:13:34 +0100
parents 6a8d9b9a5d7c
children eddb5ac75889
files ChangeLog modules/git-merge-changelog
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- a/modules/git-merge-changelog
+++ b/modules/git-merge-changelog
@@ -24,7 +24,7 @@
 
 Makefile.am:
 bin_PROGRAMS = git-merge-changelog
-git_merge_changelog_LDADD = -L. -lgnu
+git_merge_changelog_LDADD = libgnu.a
 
 Include: