Module Name:    src
Committed By:   pooka
Date:           Mon Aug 24 18:17:05 UTC 2015

Modified Files:
        src/sys/rump: Makefile.rump

Log Message:
Remove unnecessary DPSRCS+=

-imacros automatically results in a dependency.


To generate a diff of this commit:
cvs rdiff -u -r1.115 -r1.116 src/sys/rump/Makefile.rump

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/rump/Makefile.rump
diff -u src/sys/rump/Makefile.rump:1.115 src/sys/rump/Makefile.rump:1.116
--- src/sys/rump/Makefile.rump:1.115	Mon Aug 24 09:45:44 2015
+++ src/sys/rump/Makefile.rump	Mon Aug 24 18:17:04 2015
@@ -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 @@ CPPFLAGS+=	-DPPC_OEA
 
 # 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

Reply via email to