Source-Changes-HG archive

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

[src/trunk]: src/sys/rump add a rule for locators.h too



details:   https://anonhg.NetBSD.org/src/rev/fad53ca33239
branches:  trunk
changeset: 751427:fad53ca33239
user:      pooka <pooka%NetBSD.org@localhost>
date:      Wed Feb 03 21:15:39 2010 +0000

description:
add a rule for locators.h too

diffstat:

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

diffs (18 lines):

diff -r ae91714b3198 -r fad53ca33239 sys/rump/Makefile.rump
--- a/sys/rump/Makefile.rump    Wed Feb 03 21:11:24 2010 +0000
+++ b/sys/rump/Makefile.rump    Wed Feb 03 21:15:39 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index