From: Bruno Haible Date: Sat, 10 Oct 2009 08:43:21 +0000 (+0200) Subject: Put the Link section after the Include section. X-Git-Tag: v0.1~5338 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=005ce790bc90a3808fc136c22e585acc353737f4;p=gnulib.git Put the Link section after the Include section. --- 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