Put the Link section after the Include section.
authorBruno Haible <bruno@clisp.org>
Sat, 10 Oct 2009 08:43:21 +0000 (10:43 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 10 Oct 2009 08:43:21 +0000 (10:43 +0200)
ChangeLog
modules/xnanosleep

index 94f910681b1a22e09d9e16340c80d9455f91182e..47a6e833667625a9144e02a9ad9c8b35e27d1c54 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-10-10  Bruno Haible  <bruno@clisp.org>
+
+       * modules/xnanosleep: Put the Link section after the Include section.
+
 2009-10-09  Eric Blake  <ebb9@byu.net>
 
        dup2: work around FreeBSD 6.1 bug
index 937bba048fb142de4b8bbce4ead4ed8d6c92cfd4..876a3b4d37f913bd9b8f26e27444dcbf4816d3fc 100644 (file)
@@ -17,12 +17,12 @@ gl_XNANOSLEEP
 
 Makefile.am:
 
-Link:
-$(LIB_NANOSLEEP)
-
 Include:
 "xnanosleep.h"
 
+Link:
+$(LIB_NANOSLEEP)
+
 License:
 GPL