From 005ce790bc90a3808fc136c22e585acc353737f4 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 10 Oct 2009 10:43:21 +0200 Subject: [PATCH] Put the Link section after the Include section. --- ChangeLog | 4 ++++ modules/xnanosleep | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 94f910681..47a6e8336 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-10-10 Bruno Haible + + * modules/xnanosleep: Put the Link section after the Include section. + 2009-10-09 Eric Blake dup2: work around FreeBSD 6.1 bug diff --git a/modules/xnanosleep b/modules/xnanosleep index 937bba048..876a3b4d3 100644 --- a/modules/xnanosleep +++ b/modules/xnanosleep @@ -17,12 +17,12 @@ gl_XNANOSLEEP Makefile.am: -Link: -$(LIB_NANOSLEEP) - Include: "xnanosleep.h" +Link: +$(LIB_NANOSLEEP) + License: GPL -- 2.11.0