Module Name: src Committed By: thorpej Date: Wed May 5 15:39:39 UTC 2021
Modified Files: src/sys/arch/alpha/conf: Makefile.alpha Log Message: Remove unneeded Makefile dependency for things which have long since used opt_*.h headers. To generate a diff of this commit: cvs rdiff -u -r1.86 -r1.87 src/sys/arch/alpha/conf/Makefile.alpha Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/alpha/conf/Makefile.alpha diff -u src/sys/arch/alpha/conf/Makefile.alpha:1.86 src/sys/arch/alpha/conf/Makefile.alpha:1.87 --- src/sys/arch/alpha/conf/Makefile.alpha:1.86 Wed May 5 01:35:35 2021 +++ src/sys/arch/alpha/conf/Makefile.alpha Wed May 5 15:39:39 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.alpha,v 1.86 2021/05/05 01:35:35 thorpej Exp $ +# $NetBSD: Makefile.alpha,v 1.87 2021/05/05 15:39:39 thorpej Exp $ # Makefile for NetBSD # @@ -71,9 +71,6 @@ STRIPFLAGS= -g -X ## (6) port specific target dependencies ## -# depend on CPU configuration -clock.o apecs.o cia.o lca.o ioasic.o icasic.o: Makefile - ## ## (7) misc settings ##