Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/xlint/lint1 build ops.h first, because trying to bui...



details:   https://anonhg.NetBSD.org/src/rev/04c1730ef0d2
branches:  trunk
changeset: 337165:04c1730ef0d2
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Apr 04 19:32:06 2015 +0000

description:
build ops.h first, because trying to build dependencies and ops.h at the
same time leads to spurious failures.

diffstat:

 usr.bin/xlint/lint1/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r a902e3f15fc3 -r 04c1730ef0d2 usr.bin/xlint/lint1/Makefile
--- a/usr.bin/xlint/lint1/Makefile      Sat Apr 04 18:53:51 2015 +0000
+++ b/usr.bin/xlint/lint1/Makefile      Sat Apr 04 19:32:06 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.51 2014/11/20 20:48:33 christos Exp $
+#      $NetBSD: Makefile,v 1.52 2015/04/04 19:32:06 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -41,3 +41,5 @@
 .include "Makefile.ops-c"
 
 .include <bsd.prog.mk>
+
+${SRCS}: ops.h



Home | Main Index | Thread Index | Old Index