From: Bruno Haible Date: Mon, 11 Feb 2008 23:13:34 +0000 (+0100) Subject: Improve reference to ./libgnu.a. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=886f5e7fe9e76caf92e5640a275498d565bf1e5e;hp=63fdbedfb1e058306fbe60053eef0a050ab99016;p=pspp Improve reference to ./libgnu.a. --- diff --git a/ChangeLog b/ChangeLog index 1bcb7835bc..7ac312ac2f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +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. diff --git a/modules/git-merge-changelog b/modules/git-merge-changelog index fdfebfd763..ed3ee0ba86 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: