Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/lib/libc/sync Fix include order, so the makefile actua...



details:   https://anonhg.NetBSD.org/src/rev/ed1462148b50
branches:  trunk
changeset: 332989:ed1462148b50
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Oct 13 11:07:38 2014 +0000

description:
Fix include order, so the makefile actually does something again.

diffstat:

 tests/lib/libc/sync/Makefile |  12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diffs (27 lines):

diff -r 48a794ee42dd -r ed1462148b50 tests/lib/libc/sync/Makefile
--- a/tests/lib/libc/sync/Makefile      Mon Oct 13 10:29:27 2014 +0000
+++ b/tests/lib/libc/sync/Makefile      Mon Oct 13 11:07:38 2014 +0000
@@ -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 <bsd.prog.mk>
+.include <bsd.own.mk>
 
 PROG=  all_sync_ops_linkable
 
@@ -18,3 +15,8 @@
 
 .endif
 
+proginstall:
+       @echo This directory features link time only tests.
+
+.include <bsd.prog.mk>
+



Home | Main Index | Thread Index | Old Index