Source-Changes-HG archive

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

[src/trunk]: src/gnu Adapt to bsd.dep.mk changes.



details:   https://anonhg.NetBSD.org/src/rev/eace46895c7f
branches:  trunk
changeset: 550056:eace46895c7f
user:      uwe <uwe%NetBSD.org@localhost>
date:      Tue Jul 29 00:13:21 2003 +0000

description:
Adapt to bsd.dep.mk changes.

diffstat:

 gnu/lib/libgcc3/Makefile          |  4 ++--
 gnu/usr.bin/gcc3/backend/Makefile |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (35 lines):

diff -r 1781914583a6 -r eace46895c7f gnu/lib/libgcc3/Makefile
--- a/gnu/lib/libgcc3/Makefile  Mon Jul 28 23:57:24 2003 +0000
+++ b/gnu/lib/libgcc3/Makefile  Tue Jul 29 00:13:21 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.4 2003/07/27 14:41:44 mrg Exp $
+#      $NetBSD: Makefile,v 1.5 2003/07/29 00:13:21 uwe Exp $
 
 REQUIRETOOLS=  yes
 NOLINT=                # defined
@@ -54,7 +54,7 @@
 
 .include <bsd.lib.mk>
 
-${OBJS} ${SOBJS} ${POBJS} .depend: ${.CURDIR}/${MACHINE_ARCH}.mk tconfig.h
+${OBJS} ${SOBJS} ${POBJS} ${DEPENDSRCS}: ${.CURDIR}/${MACHINE_ARCH}.mk tconfig.h
 
 # XXX /bin/sh
 tconfig.h:
diff -r 1781914583a6 -r eace46895c7f gnu/usr.bin/gcc3/backend/Makefile
--- a/gnu/usr.bin/gcc3/backend/Makefile Mon Jul 28 23:57:24 2003 +0000
+++ b/gnu/usr.bin/gcc3/backend/Makefile Tue Jul 29 00:13:21 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.3 2003/07/26 15:02:52 mrg Exp $
+#      $NetBSD: Makefile,v 1.4 2003/07/29 00:16:46 uwe Exp $
 
 NOLINKLIB=     # defined
 NOLINT=                # defined
@@ -210,6 +210,6 @@
 insn-attrtab.c insn-extract.c: insn-config.h
 insn-conditions.c: insn-constants.h tm_p.h tm-preds.h
 toplev.c: options.h
-${OBJS} .depend: insn-attr.h insn-codes.h insn-config.h insn-flags.h tree-check.h
+${OBJS} ${DEPENDSRCS}: insn-attr.h insn-codes.h insn-config.h insn-flags.h tree-check.h
 
 .PATH: ${DIST}/gcc ${DIST}/libiberty ${G_out_file:H}



Home | Main Index | Thread Index | Old Index