Source-Changes-HG archive

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

[src/trunk]: src/sys/rump Remove unnecessary DPSRCS+=



details:   https://anonhg.NetBSD.org/src/rev/252d67e978a3
branches:  trunk
changeset: 810287:252d67e978a3
user:      pooka <pooka%NetBSD.org@localhost>
date:      Mon Aug 24 18:17:04 2015 +0000

description:
Remove unnecessary DPSRCS+=

-imacros automatically results in a dependency.

diffstat:

 sys/rump/Makefile.rump |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 5587dd16a32f -r 252d67e978a3 sys/rump/Makefile.rump
--- a/sys/rump/Makefile.rump    Mon Aug 24 18:11:12 2015 +0000
+++ b/sys/rump/Makefile.rump    Mon Aug 24 18:17:04 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.rump,v 1.115 2015/08/24 09:45:44 pooka Exp $
+#      $NetBSD: Makefile.rump,v 1.116 2015/08/24 18:17:04 pooka Exp $
 #
 
 .if !defined(_RUMP_MK)
@@ -131,7 +131,6 @@
 
 # If any of these files change, we need a full rebuild
 DPSRCS+=       ${RUMPTOP}/Makefile.rump
-DPSRCS+=       ${RUMPTOP}/include/opt/opt_rumpkernel.h
 
 #
 # Support for component-specific hypercalls



Home | Main Index | Thread Index | Old Index