Source-Changes-HG archive

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

[src/trunk]: src/external/gpl3/gdb/lib/libctf make depend files also depend o...



details:   https://anonhg.NetBSD.org/src/rev/50bf67eb5b7c
branches:  trunk
changeset: 938943:50bf67eb5b7c
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Sep 21 06:48:48 2020 +0000

description:
make depend files also depend on the generated headers.

fixes build issues.

diffstat:

 external/gpl3/gdb/lib/libctf/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5876cd0307a9 -r 50bf67eb5b7c external/gpl3/gdb/lib/libctf/Makefile
--- a/external/gpl3/gdb/lib/libctf/Makefile     Mon Sep 21 05:28:26 2020 +0000
+++ b/external/gpl3/gdb/lib/libctf/Makefile     Mon Sep 21 06:48:48 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2020/09/17 16:45:35 christos Exp $
+#      $NetBSD: Makefile,v 1.3 2020/09/21 06:48:48 mrg Exp $
 
 NOCTF=
 #HOSTPROG_CXX=   1
@@ -37,7 +37,7 @@
 
 CLEANDIRFILES+= ctf-error.h
 
-${G_OBJECTS}: ctf-error.h
+${G_OBJECTS} ${G_OBJECTS:.o=.d}: ctf-error.h
 
 ctf-error.h: ${DIST}/libctf/mkerrors.sed ${DIST}/include/ctf-api.h
        ${TOOL_SED} -nf ${DIST}/libctf/mkerrors.sed < ${DIST}/include/ctf-api.h > $@



Home | Main Index | Thread Index | Old Index