Module Name: src Committed By: pooka Date: Wed Feb 3 21:15:39 UTC 2010
Modified Files: src/sys/rump: Makefile.rump Log Message: add a rule for locators.h too To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 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.47 src/sys/rump/Makefile.rump:1.48 --- src/sys/rump/Makefile.rump:1.47 Wed Feb 3 21:11:24 2010 +++ src/sys/rump/Makefile.rump Wed Feb 3 21:15:39 2010 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.rump,v 1.47 2010/02/03 21:11:24 pooka Exp $ +# $NetBSD: Makefile.rump,v 1.48 2010/02/03 21:15:39 pooka Exp $ # WARNS?= 3 # XXX: src/sys won't compile with -Wsign-compare yet @@ -111,6 +111,8 @@ # timestamp update touch ioconf.c locators.h +locators.h: ioconf.c + CLEANFILES+= ioconf.c locators.h DPSRCS+= ioconf.c locators.h .endif