Source-Changes-HG archive

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

[src/trunk]: src/share/mk Make all the suffix rules with .c .c.dep (e.g not ....



details:   https://anonhg.NetBSD.org/src/rev/38c0c3b69c26
branches:  trunk
changeset: 550049:38c0c3b69c26
user:      matt <matt%NetBSD.org@localhost>
date:      Mon Jul 28 21:33:57 2003 +0000

description:
Make all the suffix rules with .c .c.dep (e.g not .cc .cc.cc.dep)

diffstat:

 share/mk/bsd.dep.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 40927fb15e2c -r 38c0c3b69c26 share/mk/bsd.dep.mk
--- a/share/mk/bsd.dep.mk       Mon Jul 28 21:28:23 2003 +0000
+++ b/share/mk/bsd.dep.mk       Mon Jul 28 21:33:57 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.dep.mk,v 1.49 2003/07/28 15:07:16 lukem Exp $
+#      $NetBSD: bsd.dep.mk,v 1.50 2003/07/28 21:33:57 matt Exp $
 
 ##### Basic targets
 .PHONY:                cleandepend
@@ -32,8 +32,8 @@
        @rm -f .depend
        cat ${DEPENDSRCS.dep} > .depend
 
-.SUFFIXES: .c .c.dep .m .m.m.dep .s .s.s.dep .S .S.S.dep
-.SUFFIXES: .C .C.C.dep .cc .cc.cc.dep .cpp .cpp.cpp.dep .cxx .cxx.cxx.dep
+.SUFFIXES: .c .c.dep .m .m.dep .s .s.dep .S .S.dep
+.SUFFIXES: .C .C.dep .cc .cc.dep .cpp .cpp.dep .cxx .cxx.dep
 
 .c.c.dep:
        ${MKDEP} -a -f ${.TARGET} ${MKDEPFLAGS} ${CFLAGS:M-[ID]*} ${CPPFLAGS} \



Home | Main Index | Thread Index | Old Index