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/91ba1e802cbc
branches: trunk
changeset: 807307:91ba1e802cbc
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 d0b840e158ab -r 91ba1e802cbc 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