libidn-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU libidn branch, master, updated. libidn-1-23-4-g6160395


From: Simon Josefsson
Subject: [SCM] GNU libidn branch, master, updated. libidn-1-23-4-g6160395
Date: Tue, 27 Dec 2011 09:19:56 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU libidn".

http://git.savannah.gnu.org/cgit/libidn.git/commit/?id=616039509ebc13586ab61ba5d78a06bf500d6cf6

The branch, master has been updated
       via  616039509ebc13586ab61ba5d78a06bf500d6cf6 (commit)
      from  dc84aa0fc81c538d8b3a58142c733a7c4dbb00fb (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 616039509ebc13586ab61ba5d78a06bf500d6cf6
Author: Simon Josefsson <address@hidden>
Date:   Tue Dec 27 10:19:19 2011 +0100

    Fix parallel MinGW-builds (no deps for libidn-X.def).  Clean libidn-X.def.
    
    Reported by René Berber <address@hidden>.

-----------------------------------------------------------------------

Summary of changes:
 lib/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/lib/Makefile.am b/lib/Makefile.am
index 5e4b07b..8903070 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -74,7 +74,8 @@ if HAVE_LD_OUTPUT_DEF
 libidn_la_LDFLAGS += -Wl,--output-def,libidn-$(DLL_VERSION).def
 defexecdir = $(bindir)
 defexec_DATA = libidn-$(DLL_VERSION).def
-DISTCLEANFILES += $(defexec_DATA)
+CLEANFILES = $(defexec_DATA)
+libidn-$(DLL_VERSION).def: libidn.la
 endif
 
 SPEC = $(top_srcdir)/doc/specifications


hooks/post-receive
-- 
GNU libidn



reply via email to

[Prev in Thread] Current Thread [Next in Thread]