Source-Changes-HG archive

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

[src/trunk]: src/gnu/usr.bin/gcc Make "make depend" work correctly.



details:   https://anonhg.NetBSD.org/src/rev/07821473a896
branches:  trunk
changeset: 512857:07821473a896
user:      tv <tv%NetBSD.org@localhost>
date:      Wed Jul 18 13:59:17 2001 +0000

description:
Make "make depend" work correctly.

diffstat:

 gnu/usr.bin/gcc/backend/Makefile |  4 ++--
 gnu/usr.bin/gcc/f771/Makefile    |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (35 lines):

diff -r 5d48a492f00c -r 07821473a896 gnu/usr.bin/gcc/backend/Makefile
--- a/gnu/usr.bin/gcc/backend/Makefile  Wed Jul 18 13:54:47 2001 +0000
+++ b/gnu/usr.bin/gcc/backend/Makefile  Wed Jul 18 13:59:17 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1 2001/06/18 16:18:34 tv Exp $
+#      $NetBSD: Makefile,v 1.2 2001/07/18 13:59:17 tv Exp $
 
 LIB=           backend
 MKLINT=                no
@@ -52,6 +52,6 @@
 
 insn-attrtab.c: ${G_HOST_RTLANAL:.o=.c}
 insn-extract.c: insn-config.h
-${OBJS}: insn-attr.h insn-codes.h insn-config.h insn-flags.h tree-check.h
+${OBJS} .depend: 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 -r 5d48a492f00c -r 07821473a896 gnu/usr.bin/gcc/f771/Makefile
--- a/gnu/usr.bin/gcc/f771/Makefile     Wed Jul 18 13:54:47 2001 +0000
+++ b/gnu/usr.bin/gcc/f771/Makefile     Wed Jul 18 13:59:17 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1 2001/06/18 16:18:35 tv Exp $
+#      $NetBSD: Makefile,v 1.2 2001/07/18 13:59:17 tv Exp $
 
 PROG=          f771
 SRCS=          ${G_F77_OBJS:.o=.c}
@@ -27,7 +27,7 @@
        @cd ${.CURDIR} && ${MAKE} fini
        ./fini ${>:M*.fin} str-${f}.j str-${f}.h
 
-${OBJS}: str-${f}.h
+${OBJS} .depend: str-${f}.h
 .endfor
 
 .PATH: ${DIST}/gcc/f



Home | Main Index | Thread Index | Old Index