Module Name: src
Committed By: christos
Date: Sat Apr 4 19:32:06 UTC 2015
Modified Files:
src/usr.bin/xlint/lint1: Makefile
Log Message:
build ops.h first, because trying to build dependencies and ops.h at the
same time leads to spurious failures.
To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/usr.bin/xlint/lint1/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/xlint/lint1/Makefile
diff -u src/usr.bin/xlint/lint1/Makefile:1.51 src/usr.bin/xlint/lint1/Makefile:1.52
--- src/usr.bin/xlint/lint1/Makefile:1.51 Thu Nov 20 15:48:33 2014
+++ src/usr.bin/xlint/lint1/Makefile Sat Apr 4 15:32:06 2015
@@ -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 @@ DPADD+= ${LIBL}
.include "Makefile.ops-c"
.include <bsd.prog.mk>
+
+${SRCS}: ops.h