summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>2003-07-28 15:25:02 +0000
committerlukem <lukem@NetBSD.org>2003-07-28 15:25:02 +0000
commiteb51573bd7d0d7429f07a2427c5eae2d5fa2d180 (patch)
tree0420c55fce2e91353e604a617c2989d4f1f3fa4f /gnu/usr.bin
parent8f4575345b6b66e632a27abd88ec6fc45e8e7ebc (diff)
Use ${DEPENDSRCS} as a target instead of .depend, now that
<bsd.dep.mk> builds .depend from .dep files.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/binutils/ld/Makefile4
-rw-r--r--gnu/usr.bin/gcc/backend/Makefile4
-rw-r--r--gnu/usr.bin/gcc/f771/Makefile4
3 files changed, 6 insertions, 6 deletions
diff --git a/gnu/usr.bin/binutils/ld/Makefile b/gnu/usr.bin/binutils/ld/Makefile
index 0bd35df29df..08c552704a7 100644
--- a/gnu/usr.bin/binutils/ld/Makefile
+++ b/gnu/usr.bin/binutils/ld/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2003/04/11 22:46:02 thorpej Exp $
+# $NetBSD: Makefile,v 1.12 2003/07/28 15:25:04 lukem Exp $
.include <bsd.own.mk>
@@ -46,7 +46,7 @@ stringify.sed: ${G_STRINGIFY}
.include ".depend.${f}"
.endif
-.depend: .depend.${f}
+${DEPENDSRCS}: .depend.${f}
.depend.${f}: ${f}.sh
(srcdir=${DIST}/ld . ${>:M*.sh} && \
if [ x"$$TEMPLATE_NAME" != x ]; then \
diff --git a/gnu/usr.bin/gcc/backend/Makefile b/gnu/usr.bin/gcc/backend/Makefile
index a5b07666bf1..b6652821b2a 100644
--- a/gnu/usr.bin/gcc/backend/Makefile
+++ b/gnu/usr.bin/gcc/backend/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2003/03/14 03:44:11 thorpej Exp $
+# $NetBSD: Makefile,v 1.10 2003/07/28 15:25:04 lukem Exp $
NOLINKLIB= # defined
NOLINT= # defined
@@ -41,6 +41,6 @@ insn-${f}: genrtl.h gen${f:R}.c obstack.c ${G_md_file} \
insn-attrtab.c: ${G_HOST_RTLANAL:S/^l-//:.o=.c}
insn-attrtab.c insn-extract.c: insn-config.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}
diff --git a/gnu/usr.bin/gcc/f771/Makefile b/gnu/usr.bin/gcc/f771/Makefile
index bd62f9214fa..c2e622db185 100644
--- a/gnu/usr.bin/gcc/f771/Makefile
+++ b/gnu/usr.bin/gcc/f771/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2001/11/08 00:13:53 simonb Exp $
+# $NetBSD: Makefile,v 1.5 2003/07/28 15:25:04 lukem Exp $
PROG= f771
SRCS= ${G_F77_OBJS:.o=.c}
@@ -21,7 +21,7 @@ CLEANFILES+= fini
str-${f}.h str-${f}.j: str-${f}.fin fini
./fini ${>:M*.fin} str-${f}.j str-${f}.h
-${OBJS} .depend: str-${f}.h
+${OBJS} ${DEPENDSRCS}: str-${f}.h
.endfor
.PATH: ${DIST}/gcc/f