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 lint1: remove redundant dependency



details:   https://anonhg.NetBSD.org/src/rev/22b82453bed0
branches:  trunk
changeset: 961745:22b82453bed0
user:      rillig <rillig%NetBSD.org@localhost>
date:      Sat Apr 17 11:01:34 2021 +0000

description:
lint1: remove redundant dependency

This is already handled by "make depend".

diffstat:

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

diffs (18 lines):

diff -r 5bf8e29480b4 -r 22b82453bed0 usr.bin/xlint/lint1/Makefile
--- a/usr.bin/xlint/lint1/Makefile      Sat Apr 17 10:54:46 2021 +0000
+++ b/usr.bin/xlint/lint1/Makefile      Sat Apr 17 11:01:34 2021 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.67 2021/04/10 18:36:27 rillig Exp $
+#      $NetBSD: Makefile,v 1.68 2021/04/17 11:01:34 rillig Exp $
 
 .include <bsd.own.mk>
 
@@ -44,8 +44,6 @@
 DPADD+=                ${LIBL}
 .endif
 
-oper.o: ops.def
-
 .include "Makefile.err-msgs-h"
 ${SRCS:Nerr.c}: err-msgs.h
 



Home | Main Index | Thread Index | Old Index