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 94f9106..47a6e83 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 937bba0..876a3b4 100644 (file)
@@ -17,12 +17,12 @@ gl_XNANOSLEEP
 
 Makefile.am:
 
-Link:
-$(LIB_NANOSLEEP)
-
 Include:
 "xnanosleep.h"
 
+Link:
+$(LIB_NANOSLEEP)
+
 License:
 GPL