From a9cf99fd0c1f87b899a1c8067d60eb5d43734d85 Mon Sep 17 00:00:00 2001 From: martin Date: Mon, 13 Oct 2014 11:07:38 +0000 Subject: [PATCH] Fix include order, so the makefile actually does something again. --- tests/lib/libc/sync/Makefile | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/tests/lib/libc/sync/Makefile b/tests/lib/libc/sync/Makefile index 36c07870a659..5967f40eb7a1 100644 --- a/tests/lib/libc/sync/Makefile +++ b/tests/lib/libc/sync/Makefile @@ -1,12 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2014/10/13 09:57:35 martin Exp $ +# $NetBSD: Makefile,v 1.5 2014/10/13 11:07:38 martin Exp $ WARNS=0 NOMAN=1 -proginstall: - @echo This directory features link time only tests. - -.include +.include PROG= all_sync_ops_linkable @@ -18,3 +15,8 @@ PROG+= cpp_atomic_ops_linkable .endif +proginstall: + @echo This directory features link time only tests. + +.include +