summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2016-03-02 16:14:46 +0000
committergjb <gjb@FreeBSD.org>2016-03-02 16:14:46 +0000
commit955ce29ea33f5aa2d5477a1fe1a2735ac278cd0d (patch)
tree9c83d6fb30867514fbcff33f80605a1fb118d720 /gnu
parent4719e40f5bedd0f88591120e071741635f07993b (diff)
parent774a6245596e60bf04f03e8cccab06a3194504f5 (diff)
downloadFreeBSD-src-955ce29ea33f5aa2d5477a1fe1a2735ac278cd0d.zip
FreeBSD-src-955ce29ea33f5aa2d5477a1fe1a2735ac278cd0d.tar.gz
MFH
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'gnu')
-rw-r--r--gnu/lib/csu/Makefile.depend30
-rw-r--r--gnu/lib/libgcc/Makefile14
-rw-r--r--gnu/lib/libgcc/Makefile.depend270
-rw-r--r--gnu/lib/libgcov/Makefile.depend112
-rw-r--r--gnu/lib/libgomp/Makefile.depend66
-rw-r--r--gnu/lib/libregex/Makefile.depend3
-rw-r--r--gnu/lib/libstdc++/Makefile.depend48
-rw-r--r--gnu/lib/libsupc++/Makefile.depend45
-rw-r--r--gnu/usr.bin/binutils/ld/Makefile.depend21
-rw-r--r--gnu/usr.bin/binutils/ld/Makefile.depend.amd6455
-rw-r--r--gnu/usr.bin/binutils/ld/Makefile.depend.host34
-rw-r--r--gnu/usr.bin/binutils/libbfd/Makefile.depend13
-rw-r--r--gnu/usr.bin/binutils/libbfd/Makefile.depend.amd64121
-rw-r--r--gnu/usr.bin/binutils/libbfd/Makefile.depend.host108
-rw-r--r--gnu/usr.bin/binutils/libbinutils/Makefile.depend6
-rw-r--r--gnu/usr.bin/cc/cc1/Makefile.depend2
-rw-r--r--gnu/usr.bin/cc/cc1plus/Makefile.depend4
-rw-r--r--gnu/usr.bin/cc/cc_tools/Makefile.depend230
-rw-r--r--gnu/usr.bin/cc/libcpp/Makefile.depend2
-rw-r--r--gnu/usr.bin/diff3/Makefile.depend2
-rw-r--r--gnu/usr.bin/dtc/Makefile.depend8
-rw-r--r--gnu/usr.bin/gdb/gdb/Makefile.depend6
-rw-r--r--gnu/usr.bin/gdb/gdbtui/Makefile.depend6
-rw-r--r--gnu/usr.bin/gdb/kgdb/Makefile.depend (renamed from gnu/usr.bin/gdb/kgdb/Makefile.depend.amd64)30
-rw-r--r--gnu/usr.bin/gdb/libgdb/Makefile.depend19
-rw-r--r--gnu/usr.bin/gdb/libgdb/Makefile.depend.amd641211
-rw-r--r--gnu/usr.bin/groff/src/libs/libgroff/Makefile.depend2
-rw-r--r--gnu/usr.bin/groff/src/preproc/eqn/Makefile.depend4
-rw-r--r--gnu/usr.bin/groff/src/preproc/pic/Makefile.depend4
-rw-r--r--gnu/usr.bin/groff/src/preproc/refer/Makefile.depend2
-rw-r--r--gnu/usr.bin/groff/src/roff/troff/Makefile.depend2
-rw-r--r--gnu/usr.bin/groff/tmac/mdoc.local.in2
-rw-r--r--gnu/usr.bin/sdiff/Makefile.depend2
33 files changed, 60 insertions, 2424 deletions
diff --git a/gnu/lib/csu/Makefile.depend b/gnu/lib/csu/Makefile.depend
index e5634d5..18be76b 100644
--- a/gnu/lib/csu/Makefile.depend
+++ b/gnu/lib/csu/Makefile.depend
@@ -10,34 +10,4 @@ DIRDEPS = \
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
# local dependencies - needed for -jN in clean tree
-crtbegin.o: options.h
-crtbegin.o: tconfig.h
-crtbegin.o: tm.h
-crtbegin.po: options.h
-crtbegin.po: tconfig.h
-crtbegin.po: tm.h
-crtbeginS.o: options.h
-crtbeginS.o: tconfig.h
-crtbeginS.o: tm.h
-crtbeginS.po: options.h
-crtbeginS.po: tconfig.h
-crtbeginS.po: tm.h
-crtbeginT.o: options.h
-crtbeginT.o: tconfig.h
-crtbeginT.o: tm.h
-crtbeginT.po: options.h
-crtbeginT.po: tconfig.h
-crtbeginT.po: tm.h
-crtend.o: options.h
-crtend.o: tconfig.h
-crtend.o: tm.h
-crtend.po: options.h
-crtend.po: tconfig.h
-crtend.po: tm.h
-crtendS.o: options.h
-crtendS.o: tconfig.h
-crtendS.o: tm.h
-crtendS.po: options.h
-crtendS.po: tconfig.h
-crtendS.po: tm.h
.endif
diff --git a/gnu/lib/libgcc/Makefile b/gnu/lib/libgcc/Makefile
index c1b1e36..4944acf 100644
--- a/gnu/lib/libgcc/Makefile
+++ b/gnu/lib/libgcc/Makefile
@@ -34,7 +34,7 @@ CFLAGS+= -DIN_GCC -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED \
LDFLAGS+= -nodefaultlibs
LIBADD+= c
-OBJS= # added to below in various ways depending on TARGET_CPUARCH
+SOBJS= # added to below in various ways depending on TARGET_CPUARCH
#---------------------------------------------------------------------------
#
@@ -253,7 +253,7 @@ OBJ_GRPS += FPBIT DPBIT
${T}_OBJS_T = ${${T}_FUNCS:S/$/.o/}
${T}_OBJS_P = ${${T}_FUNCS:S/$/.po/}
${T}_OBJS_S = ${${T}_FUNCS:S/$/.So/}
-OBJS += ${${T}_FUNCS:S/$/.o/}
+SOBJS += ${${T}_FUNCS:S/$/.So/}
${${T}_OBJS_T}: ${${T}_CFILE} ${COMMONHDRS}
${CC_T} ${${T}_CFLAGS} -DL${.PREFIX} -o ${.TARGET} ${.ALLSRC:M*.c}
@@ -268,9 +268,7 @@ ${${T}_OBJS_S}: ${${T}_CFILE} ${COMMONHDRS}
# Extra objects coming from separate files
#
.if !empty(LIB2ADD)
-OBJS += ${LIB2ADD:R:S/$/.o/}
SOBJS += ${LIB2ADD:R:S/$/.So/}
-POBJS += ${LIB2ADD:R:S/$/.po/}
.endif
#-----------------------------------------------------------------------
@@ -296,7 +294,7 @@ ASM_T = ${LIB1ASMFUNCS:S/$/.o/}
ASM_P = ${LIB1ASMFUNCS:S/$/.po/}
ASM_S = ${LIB1ASMFUNCS:S/$/.So/}
ASM_V = ${LIB1ASMFUNCS:S/$/.vis/}
-OBJS += ${LIB1ASMFUNCS:S/$/.o/}
+SOBJS += ${LIB1ASMFUNCS:S/$/.So/}
${ASM_T}: ${LIB1ASMSRC} ${.PREFIX}.vis
${CC} -x assembler-with-cpp -c ${CFLAGS} -DL${.PREFIX} \
@@ -364,7 +362,7 @@ SHLIB_MAPFILES += ${GCCDIR}/config/arm/libgcc-bpabi.ver
.endif
VERSION_MAP = libgcc.map
-libgcc.map: ${SHLIB_MKMAP} ${SHLIB_MAPFILES} ${SOBJS} ${OBJS:R:S/$/.So/}
+libgcc.map: ${SHLIB_MKMAP} ${SHLIB_MAPFILES} ${SOBJS}
( ${NM} -pg ${SOBJS};echo %% ; \
cat ${SHLIB_MAPFILES} \
| sed -e '/^[ ]*#/d' \
@@ -381,7 +379,7 @@ CLEANFILES += libgcc.map
libgcc_eh.a: ${EH_OBJS_T}
@${ECHO} building static gcc_eh library
@rm -f ${.TARGET}
- @${AR} ${ARFLAGS} ${.TARGET} `lorder ${EH_OBJS_T} | tsort -q`
+ ${AR} ${ARFLAGS} ${.TARGET} `lorder ${EH_OBJS_T} | tsort -q`
${RANLIB} ${RANLIBFLAGS} ${.TARGET}
_LIBS+= libgcc_eh.a
@@ -390,7 +388,7 @@ _LIBS+= libgcc_eh.a
libgcc_eh_p.a: ${EH_OBJS_P}
@${ECHO} building profiled gcc_eh library
@rm -f ${.TARGET}
- @${AR} ${ARFLAGS} ${.TARGET} `lorder ${EH_OBJS_P} | tsort -q`
+ ${AR} ${ARFLAGS} ${.TARGET} `lorder ${EH_OBJS_P} | tsort -q`
${RANLIB} ${RANLIBFLAGS} ${.TARGET}
_LIBS+= libgcc_eh_p.a
diff --git a/gnu/lib/libgcc/Makefile.depend b/gnu/lib/libgcc/Makefile.depend
index ce72494..2f6d8d1 100644
--- a/gnu/lib/libgcc/Makefile.depend
+++ b/gnu/lib/libgcc/Makefile.depend
@@ -13,274 +13,4 @@ DIRDEPS = \
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
# local dependencies - needed for -jN in clean tree
-__main.So: options.h
-__main.So: tconfig.h
-__main.So: tm.h
-_absvdi2.So: options.h
-_absvdi2.So: tconfig.h
-_absvdi2.So: tm.h
-_absvsi2.So: options.h
-_absvsi2.So: tconfig.h
-_absvsi2.So: tm.h
-_addvdi3.So: options.h
-_addvdi3.So: tconfig.h
-_addvdi3.So: tm.h
-_addvsi3.So: options.h
-_addvsi3.So: tconfig.h
-_addvsi3.So: tm.h
-_ashldi3.So: options.h
-_ashldi3.So: tconfig.h
-_ashldi3.So: tm.h
-_ashrdi3.So: options.h
-_ashrdi3.So: tconfig.h
-_ashrdi3.So: tm.h
-_bswapdi2.So: options.h
-_bswapdi2.So: tconfig.h
-_bswapdi2.So: tm.h
-_bswapsi2.So: options.h
-_bswapsi2.So: tconfig.h
-_bswapsi2.So: tm.h
-_clear_cache.So: options.h
-_clear_cache.So: tconfig.h
-_clear_cache.So: tm.h
-_clz.So: options.h
-_clz.So: tconfig.h
-_clz.So: tm.h
-_clzdi2.So: options.h
-_clzdi2.So: tconfig.h
-_clzdi2.So: tm.h
-_clzsi2.So: options.h
-_clzsi2.So: tconfig.h
-_clzsi2.So: tm.h
-_cmpdi2.So: options.h
-_cmpdi2.So: tconfig.h
-_cmpdi2.So: tm.h
-_ctors.So: options.h
-_ctors.So: tconfig.h
-_ctors.So: tm.h
-_ctzdi2.So: options.h
-_ctzdi2.So: tconfig.h
-_ctzdi2.So: tm.h
-_ctzsi2.So: options.h
-_ctzsi2.So: tconfig.h
-_ctzsi2.So: tm.h
-_divdc3.So: options.h
-_divdc3.So: tconfig.h
-_divdc3.So: tm.h
-_divdi3.So: options.h
-_divdi3.So: tconfig.h
-_divdi3.So: tm.h
-_divsc3.So: options.h
-_divsc3.So: tconfig.h
-_divsc3.So: tm.h
-_divtc3.So: options.h
-_divtc3.So: tconfig.h
-_divtc3.So: tm.h
-_divxc3.So: options.h
-_divxc3.So: tconfig.h
-_divxc3.So: tm.h
-_enable_execute_stack.So: options.h
-_enable_execute_stack.So: tconfig.h
-_enable_execute_stack.So: tm.h
-_ffsdi2.So: options.h
-_ffsdi2.So: tconfig.h
-_ffsdi2.So: tm.h
-_ffssi2.So: options.h
-_ffssi2.So: tconfig.h
-_ffssi2.So: tm.h
-_fixdfdi.So: options.h
-_fixdfdi.So: tconfig.h
-_fixdfdi.So: tm.h
-_fixsfdi.So: options.h
-_fixsfdi.So: tconfig.h
-_fixsfdi.So: tm.h
-_fixtfdi.So: options.h
-_fixtfdi.So: tconfig.h
-_fixtfdi.So: tm.h
-_fixunsdfdi.So: options.h
-_fixunsdfdi.So: tconfig.h
-_fixunsdfdi.So: tm.h
-_fixunsdfsi.So: options.h
-_fixunsdfsi.So: tconfig.h
-_fixunsdfsi.So: tm.h
-_fixunssfdi.So: options.h
-_fixunssfdi.So: tconfig.h
-_fixunssfdi.So: tm.h
-_fixunssfsi.So: options.h
-_fixunssfsi.So: tconfig.h
-_fixunssfsi.So: tm.h
-_fixunstfdi.So: options.h
-_fixunstfdi.So: tconfig.h
-_fixunstfdi.So: tm.h
-_fixunsxfdi.So: options.h
-_fixunsxfdi.So: tconfig.h
-_fixunsxfdi.So: tm.h
-_fixunsxfsi.So: options.h
-_fixunsxfsi.So: tconfig.h
-_fixunsxfsi.So: tm.h
-_fixxfdi.So: options.h
-_fixxfdi.So: tconfig.h
-_fixxfdi.So: tm.h
-_floatdidf.So: options.h
-_floatdidf.So: tconfig.h
-_floatdidf.So: tm.h
-_floatdisf.So: options.h
-_floatdisf.So: tconfig.h
-_floatdisf.So: tm.h
-_floatditf.So: options.h
-_floatditf.So: tconfig.h
-_floatditf.So: tm.h
-_floatdixf.So: options.h
-_floatdixf.So: tconfig.h
-_floatdixf.So: tm.h
-_floatundidf.So: options.h
-_floatundidf.So: tconfig.h
-_floatundidf.So: tm.h
-_floatundisf.So: options.h
-_floatundisf.So: tconfig.h
-_floatundisf.So: tm.h
-_floatunditf.So: options.h
-_floatunditf.So: tconfig.h
-_floatunditf.So: tm.h
-_floatundixf.So: options.h
-_floatundixf.So: tconfig.h
-_floatundixf.So: tm.h
-_lshrdi3.So: options.h
-_lshrdi3.So: tconfig.h
-_lshrdi3.So: tm.h
-_moddi3.So: options.h
-_moddi3.So: tconfig.h
-_moddi3.So: tm.h
-_muldc3.So: options.h
-_muldc3.So: tconfig.h
-_muldc3.So: tm.h
-_muldi3.So: options.h
-_muldi3.So: tconfig.h
-_muldi3.So: tm.h
-_mulsc3.So: options.h
-_mulsc3.So: tconfig.h
-_mulsc3.So: tm.h
-_multc3.So: options.h
-_multc3.So: tconfig.h
-_multc3.So: tm.h
-_mulvdi3.So: options.h
-_mulvdi3.So: tconfig.h
-_mulvdi3.So: tm.h
-_mulvsi3.So: options.h
-_mulvsi3.So: tconfig.h
-_mulvsi3.So: tm.h
-_mulxc3.So: options.h
-_mulxc3.So: tconfig.h
-_mulxc3.So: tm.h
-_negdi2.So: options.h
-_negdi2.So: tconfig.h
-_negdi2.So: tm.h
-_negvdi2.So: options.h
-_negvdi2.So: tconfig.h
-_negvdi2.So: tm.h
-_negvsi2.So: options.h
-_negvsi2.So: tconfig.h
-_negvsi2.So: tm.h
-_paritydi2.So: options.h
-_paritydi2.So: tconfig.h
-_paritydi2.So: tm.h
-_paritysi2.So: options.h
-_paritysi2.So: tconfig.h
-_paritysi2.So: tm.h
-_popcount_tab.So: options.h
-_popcount_tab.So: tconfig.h
-_popcount_tab.So: tm.h
-_popcountdi2.So: options.h
-_popcountdi2.So: tconfig.h
-_popcountdi2.So: tm.h
-_popcountsi2.So: options.h
-_popcountsi2.So: tconfig.h
-_popcountsi2.So: tm.h
-_powidf2.So: options.h
-_powidf2.So: tconfig.h
-_powidf2.So: tm.h
-_powisf2.So: options.h
-_powisf2.So: tconfig.h
-_powisf2.So: tm.h
-_powitf2.So: options.h
-_powitf2.So: tconfig.h
-_powitf2.So: tm.h
-_powixf2.So: options.h
-_powixf2.So: tconfig.h
-_powixf2.So: tm.h
-_subvdi3.So: options.h
-_subvdi3.So: tconfig.h
-_subvdi3.So: tm.h
-_subvsi3.So: options.h
-_subvsi3.So: tconfig.h
-_subvsi3.So: tm.h
-_trampoline.So: options.h
-_trampoline.So: tconfig.h
-_trampoline.So: tm.h
-_ucmpdi2.So: options.h
-_ucmpdi2.So: tconfig.h
-_ucmpdi2.So: tm.h
-_udiv_w_sdiv.So: options.h
-_udiv_w_sdiv.So: tconfig.h
-_udiv_w_sdiv.So: tm.h
-_udivdi3.So: options.h
-_udivdi3.So: tconfig.h
-_udivdi3.So: tm.h
-_udivmoddi4.So: options.h
-_udivmoddi4.So: tconfig.h
-_udivmoddi4.So: tm.h
-_umoddi3.So: options.h
-_umoddi3.So: tconfig.h
-_umoddi3.So: tm.h
-unwind-c.So: tconfig.h
-unwind-c.So: unwind.h
-unwind-c.o: tconfig.h
-unwind-c.o: unwind.h
-unwind-c.po: tconfig.h
-unwind-c.po: unwind.h
-unwind-dw2-fde-glibc.So: gthr-default.h
-unwind-dw2-fde-glibc.So: options.h
-unwind-dw2-fde-glibc.So: tconfig.h
-unwind-dw2-fde-glibc.So: tm.h
-unwind-dw2-fde-glibc.So: unwind.h
-unwind-dw2-fde-glibc.o: gthr-default.h
-unwind-dw2-fde-glibc.o: options.h
-unwind-dw2-fde-glibc.o: tconfig.h
-unwind-dw2-fde-glibc.o: tm.h
-unwind-dw2-fde-glibc.o: unwind.h
-unwind-dw2-fde-glibc.po: gthr-default.h
-unwind-dw2-fde-glibc.po: options.h
-unwind-dw2-fde-glibc.po: tconfig.h
-unwind-dw2-fde-glibc.po: tm.h
-unwind-dw2-fde-glibc.po: unwind.h
-unwind-dw2.So: gthr-default.h
-unwind-dw2.So: options.h
-unwind-dw2.So: tconfig.h
-unwind-dw2.So: tm.h
-unwind-dw2.So: unwind.h
-unwind-dw2.o: gthr-default.h
-unwind-dw2.o: options.h
-unwind-dw2.o: tconfig.h
-unwind-dw2.o: tm.h
-unwind-dw2.o: unwind.h
-unwind-dw2.po: gthr-default.h
-unwind-dw2.po: options.h
-unwind-dw2.po: tconfig.h
-unwind-dw2.po: tm.h
-unwind-dw2.po: unwind.h
-unwind-sjlj.So: gthr-default.h
-unwind-sjlj.So: options.h
-unwind-sjlj.So: tconfig.h
-unwind-sjlj.So: tm.h
-unwind-sjlj.So: unwind.h
-unwind-sjlj.o: gthr-default.h
-unwind-sjlj.o: options.h
-unwind-sjlj.o: tconfig.h
-unwind-sjlj.o: tm.h
-unwind-sjlj.o: unwind.h
-unwind-sjlj.po: gthr-default.h
-unwind-sjlj.po: options.h
-unwind-sjlj.po: tconfig.h
-unwind-sjlj.po: tm.h
-unwind-sjlj.po: unwind.h
.endif
diff --git a/gnu/lib/libgcov/Makefile.depend b/gnu/lib/libgcov/Makefile.depend
index e6424fd..18be76b 100644
--- a/gnu/lib/libgcov/Makefile.depend
+++ b/gnu/lib/libgcov/Makefile.depend
@@ -10,116 +10,4 @@ DIRDEPS = \
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
# local dependencies - needed for -jN in clean tree
-_gcov.o: gcov-iov.h
-_gcov.o: options.h
-_gcov.o: tconfig.h
-_gcov.o: tm.h
-_gcov.po: gcov-iov.h
-_gcov.po: options.h
-_gcov.po: tconfig.h
-_gcov.po: tm.h
-_gcov_execl.o: gcov-iov.h
-_gcov_execl.o: options.h
-_gcov_execl.o: tconfig.h
-_gcov_execl.o: tm.h
-_gcov_execl.po: gcov-iov.h
-_gcov_execl.po: options.h
-_gcov_execl.po: tconfig.h
-_gcov_execl.po: tm.h
-_gcov_execle.o: gcov-iov.h
-_gcov_execle.o: options.h
-_gcov_execle.o: tconfig.h
-_gcov_execle.o: tm.h
-_gcov_execle.po: gcov-iov.h
-_gcov_execle.po: options.h
-_gcov_execle.po: tconfig.h
-_gcov_execle.po: tm.h
-_gcov_execlp.o: gcov-iov.h
-_gcov_execlp.o: options.h
-_gcov_execlp.o: tconfig.h
-_gcov_execlp.o: tm.h
-_gcov_execlp.po: gcov-iov.h
-_gcov_execlp.po: options.h
-_gcov_execlp.po: tconfig.h
-_gcov_execlp.po: tm.h
-_gcov_execv.o: gcov-iov.h
-_gcov_execv.o: options.h
-_gcov_execv.o: tconfig.h
-_gcov_execv.o: tm.h
-_gcov_execv.po: gcov-iov.h
-_gcov_execv.po: options.h
-_gcov_execv.po: tconfig.h
-_gcov_execv.po: tm.h
-_gcov_execve.o: gcov-iov.h
-_gcov_execve.o: options.h
-_gcov_execve.o: tconfig.h
-_gcov_execve.o: tm.h
-_gcov_execve.po: gcov-iov.h
-_gcov_execve.po: options.h
-_gcov_execve.po: tconfig.h
-_gcov_execve.po: tm.h
-_gcov_execvp.o: gcov-iov.h
-_gcov_execvp.o: options.h
-_gcov_execvp.o: tconfig.h
-_gcov_execvp.o: tm.h
-_gcov_execvp.po: gcov-iov.h
-_gcov_execvp.po: options.h
-_gcov_execvp.po: tconfig.h
-_gcov_execvp.po: tm.h
-_gcov_fork.o: gcov-iov.h
-_gcov_fork.o: options.h
-_gcov_fork.o: tconfig.h
-_gcov_fork.o: tm.h
-_gcov_fork.po: gcov-iov.h
-_gcov_fork.po: options.h
-_gcov_fork.po: tconfig.h
-_gcov_fork.po: tm.h
-_gcov_interval_profiler.o: gcov-iov.h
-_gcov_interval_profiler.o: options.h
-_gcov_interval_profiler.o: tconfig.h
-_gcov_interval_profiler.o: tm.h
-_gcov_interval_profiler.po: gcov-iov.h
-_gcov_interval_profiler.po: options.h
-_gcov_interval_profiler.po: tconfig.h
-_gcov_interval_profiler.po: tm.h
-_gcov_merge_add.o: gcov-iov.h
-_gcov_merge_add.o: options.h
-_gcov_merge_add.o: tconfig.h
-_gcov_merge_add.o: tm.h
-_gcov_merge_add.po: gcov-iov.h
-_gcov_merge_add.po: options.h
-_gcov_merge_add.po: tconfig.h
-_gcov_merge_add.po: tm.h
-_gcov_merge_delta.o: gcov-iov.h
-_gcov_merge_delta.o: options.h
-_gcov_merge_delta.o: tconfig.h
-_gcov_merge_delta.o: tm.h
-_gcov_merge_delta.po: gcov-iov.h
-_gcov_merge_delta.po: options.h
-_gcov_merge_delta.po: tconfig.h
-_gcov_merge_delta.po: tm.h
-_gcov_merge_single.o: gcov-iov.h
-_gcov_merge_single.o: options.h
-_gcov_merge_single.o: tconfig.h
-_gcov_merge_single.o: tm.h
-_gcov_merge_single.po: gcov-iov.h
-_gcov_merge_single.po: options.h
-_gcov_merge_single.po: tconfig.h
-_gcov_merge_single.po: tm.h
-_gcov_one_value_profiler.o: gcov-iov.h
-_gcov_one_value_profiler.o: options.h
-_gcov_one_value_profiler.o: tconfig.h
-_gcov_one_value_profiler.o: tm.h
-_gcov_one_value_profiler.po: gcov-iov.h
-_gcov_one_value_profiler.po: options.h
-_gcov_one_value_profiler.po: tconfig.h
-_gcov_one_value_profiler.po: tm.h
-_gcov_pow2_profiler.o: gcov-iov.h
-_gcov_pow2_profiler.o: options.h
-_gcov_pow2_profiler.o: tconfig.h
-_gcov_pow2_profiler.o: tm.h
-_gcov_pow2_profiler.po: gcov-iov.h
-_gcov_pow2_profiler.po: options.h
-_gcov_pow2_profiler.po: tconfig.h
-_gcov_pow2_profiler.po: tm.h
.endif
diff --git a/gnu/lib/libgomp/Makefile.depend b/gnu/lib/libgomp/Makefile.depend
index fd53a3f..3646e2e 100644
--- a/gnu/lib/libgomp/Makefile.depend
+++ b/gnu/lib/libgomp/Makefile.depend
@@ -15,70 +15,4 @@ DIRDEPS = \
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
# local dependencies - needed for -jN in clean tree
-affinity.So: gstdint.h
-affinity.o: gstdint.h
-affinity.po: gstdint.h
-alloc.So: gstdint.h
-alloc.o: gstdint.h
-alloc.po: gstdint.h
-bar.So: gstdint.h
-bar.o: gstdint.h
-bar.po: gstdint.h
-barrier.So: gstdint.h
-barrier.o: gstdint.h
-barrier.po: gstdint.h
-critical.So: gstdint.h
-critical.o: gstdint.h
-critical.po: gstdint.h
-env.So: gstdint.h
-env.So: libgomp_f.h
-env.o: gstdint.h
-env.o: libgomp_f.h
-env.po: gstdint.h
-env.po: libgomp_f.h
-error.So: gstdint.h
-error.o: gstdint.h
-error.po: gstdint.h
-fortran.So: gstdint.h
-fortran.So: libgomp_f.h
-fortran.o: gstdint.h
-fortran.o: libgomp_f.h
-fortran.po: gstdint.h
-fortran.po: libgomp_f.h
-iter.So: gstdint.h
-iter.o: gstdint.h
-iter.po: gstdint.h
-lock.So: gstdint.h
-lock.o: gstdint.h
-lock.po: gstdint.h
-loop.So: gstdint.h
-loop.o: gstdint.h
-loop.po: gstdint.h
-ordered.So: gstdint.h
-ordered.o: gstdint.h
-ordered.po: gstdint.h
-parallel.So: gstdint.h
-parallel.o: gstdint.h
-parallel.po: gstdint.h
-proc.So: gstdint.h
-proc.o: gstdint.h
-proc.po: gstdint.h
-sections.So: gstdint.h
-sections.o: gstdint.h
-sections.po: gstdint.h
-sem.So: gstdint.h
-sem.o: gstdint.h
-sem.po: gstdint.h
-single.So: gstdint.h
-single.o: gstdint.h
-single.po: gstdint.h
-team.So: gstdint.h
-team.o: gstdint.h
-team.po: gstdint.h
-time.So: gstdint.h
-time.o: gstdint.h
-time.po: gstdint.h
-work.So: gstdint.h
-work.o: gstdint.h
-work.po: gstdint.h
.endif
diff --git a/gnu/lib/libregex/Makefile.depend b/gnu/lib/libregex/Makefile.depend
index 2defba8..3646e2e 100644
--- a/gnu/lib/libregex/Makefile.depend
+++ b/gnu/lib/libregex/Makefile.depend
@@ -15,7 +15,4 @@ DIRDEPS = \
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
# local dependencies - needed for -jN in clean tree
-gnuregex.So: gnuregex.c
-gnuregex.o: gnuregex.c
-gnuregex.po: gnuregex.c
.endif
diff --git a/gnu/lib/libstdc++/Makefile.depend b/gnu/lib/libstdc++/Makefile.depend
index 0e1a73c..c9f9d52 100644
--- a/gnu/lib/libstdc++/Makefile.depend
+++ b/gnu/lib/libstdc++/Makefile.depend
@@ -16,52 +16,4 @@ DIRDEPS = \
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
# local dependencies - needed for -jN in clean tree
-atomicity.So: atomicity.cc
-atomicity.o: atomicity.cc
-atomicity.po: atomicity.cc
-eh_alloc.So: unwind.h
-eh_alloc.o: unwind.h
-eh_alloc.po: unwind.h
-eh_arm.So: unwind.h
-eh_arm.o: unwind.h
-eh_arm.po: unwind.h
-eh_aux_runtime.So: unwind.h
-eh_aux_runtime.o: unwind.h
-eh_aux_runtime.po: unwind.h
-eh_call.So: unwind.h
-eh_call.o: unwind.h
-eh_call.po: unwind.h
-eh_catch.So: unwind.h
-eh_catch.o: unwind.h
-eh_catch.po: unwind.h
-eh_exception.So: unwind.h
-eh_exception.o: unwind.h
-eh_exception.po: unwind.h
-eh_globals.So: unwind.h
-eh_globals.o: unwind.h
-eh_globals.po: unwind.h
-eh_personality.So: unwind.h
-eh_personality.o: unwind.h
-eh_personality.po: unwind.h
-eh_term_handler.So: unwind.h
-eh_term_handler.o: unwind.h
-eh_term_handler.po: unwind.h
-eh_terminate.So: unwind.h
-eh_terminate.o: unwind.h
-eh_terminate.po: unwind.h
-eh_throw.So: unwind.h
-eh_throw.o: unwind.h
-eh_throw.po: unwind.h
-eh_type.So: unwind.h
-eh_type.o: unwind.h
-eh_type.po: unwind.h
-eh_unex_handler.So: unwind.h
-eh_unex_handler.o: unwind.h
-eh_unex_handler.po: unwind.h
-pure.So: unwind.h
-pure.o: unwind.h
-pure.po: unwind.h
-vec.So: unwind.h
-vec.o: unwind.h
-vec.po: unwind.h
.endif
diff --git a/gnu/lib/libsupc++/Makefile.depend b/gnu/lib/libsupc++/Makefile.depend
index 5584517..7ad7a32 100644
--- a/gnu/lib/libsupc++/Makefile.depend
+++ b/gnu/lib/libsupc++/Makefile.depend
@@ -16,49 +16,4 @@ DIRDEPS = \
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
# local dependencies - needed for -jN in clean tree
-eh_alloc.So: unwind.h
-eh_alloc.o: unwind.h
-eh_alloc.po: unwind.h
-eh_arm.So: unwind.h
-eh_arm.o: unwind.h
-eh_arm.po: unwind.h
-eh_aux_runtime.So: unwind.h
-eh_aux_runtime.o: unwind.h
-eh_aux_runtime.po: unwind.h
-eh_call.So: unwind.h
-eh_call.o: unwind.h
-eh_call.po: unwind.h
-eh_catch.So: unwind.h
-eh_catch.o: unwind.h
-eh_catch.po: unwind.h
-eh_exception.So: unwind.h
-eh_exception.o: unwind.h
-eh_exception.po: unwind.h
-eh_globals.So: unwind.h
-eh_globals.o: unwind.h
-eh_globals.po: unwind.h
-eh_personality.So: unwind.h
-eh_personality.o: unwind.h
-eh_personality.po: unwind.h
-eh_term_handler.So: unwind.h
-eh_term_handler.o: unwind.h
-eh_term_handler.po: unwind.h
-eh_terminate.So: unwind.h
-eh_terminate.o: unwind.h
-eh_terminate.po: unwind.h
-eh_throw.So: unwind.h
-eh_throw.o: unwind.h
-eh_throw.po: unwind.h
-eh_type.So: unwind.h
-eh_type.o: unwind.h
-eh_type.po: unwind.h
-eh_unex_handler.So: unwind.h
-eh_unex_handler.o: unwind.h
-eh_unex_handler.po: unwind.h
-pure.So: unwind.h
-pure.o: unwind.h
-pure.po: unwind.h
-vec.So: unwind.h
-vec.o: unwind.h
-vec.po: unwind.h
.endif
diff --git a/gnu/usr.bin/binutils/ld/Makefile.depend b/gnu/usr.bin/binutils/ld/Makefile.depend
new file mode 100644
index 0000000..995eda7
--- /dev/null
+++ b/gnu/usr.bin/binutils/ld/Makefile.depend
@@ -0,0 +1,21 @@
+# $FreeBSD$
+# Autogenerated - do NOT edit!
+
+DIRDEPS = \
+ gnu/lib/csu \
+ gnu/lib/libgcc \
+ gnu/usr.bin/binutils/libbfd \
+ gnu/usr.bin/binutils/libiberty \
+ include \
+ include/xlocale \
+ lib/${CSU_DIR} \
+ lib/libc \
+ lib/libcompiler_rt \
+ usr.bin/yacc.host \
+
+
+.include <dirdeps.mk>
+
+.if ${DEP_RELDIR} == ${_DEP_RELDIR}
+# local dependencies - needed for -jN in clean tree
+.endif
diff --git a/gnu/usr.bin/binutils/ld/Makefile.depend.amd64 b/gnu/usr.bin/binutils/ld/Makefile.depend.amd64
deleted file mode 100644
index 72682c3..0000000
--- a/gnu/usr.bin/binutils/ld/Makefile.depend.amd64
+++ /dev/null
@@ -1,55 +0,0 @@
-# $FreeBSD$
-# Autogenerated - do NOT edit!
-
-DIRDEPS = \
- gnu/lib/csu \
- gnu/lib/libgcc \
- gnu/usr.bin/binutils/libbfd \
- gnu/usr.bin/binutils/libiberty \
- include \
- include/xlocale \
- lib/${CSU_DIR} \
- lib/libc \
- lib/libcompiler_rt \
- usr.bin/yacc.host \
-
-
-.include <dirdeps.mk>
-
-.if ${DEP_RELDIR} == ${_DEP_RELDIR}
-# local dependencies - needed for -jN in clean tree
-eelf_i386_fbsd.o: eelf_i386_fbsd.c
-eelf_i386_fbsd.o: ldgram.h
-eelf_i386_fbsd.po: eelf_i386_fbsd.c
-eelf_i386_fbsd.po: ldgram.h
-eelf_x86_64_fbsd.o: eelf_x86_64_fbsd.c
-eelf_x86_64_fbsd.o: ldgram.h
-eelf_x86_64_fbsd.po: eelf_x86_64_fbsd.c
-eelf_x86_64_fbsd.po: ldgram.h
-ldctor.o: ldgram.h
-ldctor.po: ldgram.h
-ldemul.o: ldemul-list.h
-ldemul.po: ldemul-list.h
-ldexp.o: ldgram.h
-ldexp.po: ldgram.h
-ldfile.o: ldgram.h
-ldfile.po: ldgram.h
-ldgram.o: ldgram.c
-ldgram.po: ldgram.c
-ldlang.o: ldgram.h
-ldlang.po: ldgram.h
-ldlex.o: ldgram.h
-ldlex.o: ldlex.c
-ldlex.po: ldgram.h
-ldlex.po: ldlex.c
-ldmain.o: ldgram.h
-ldmain.po: ldgram.h
-ldmisc.o: ldgram.h
-ldmisc.po: ldgram.h
-ldwrite.o: ldgram.h
-ldwrite.po: ldgram.h
-lexsup.o: ldgram.h
-lexsup.po: ldgram.h
-mri.o: ldgram.h
-mri.po: ldgram.h
-.endif
diff --git a/gnu/usr.bin/binutils/ld/Makefile.depend.host b/gnu/usr.bin/binutils/ld/Makefile.depend.host
index cd760a0..fea8e8e 100644
--- a/gnu/usr.bin/binutils/ld/Makefile.depend.host
+++ b/gnu/usr.bin/binutils/ld/Makefile.depend.host
@@ -11,38 +11,4 @@ DIRDEPS = \
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
# local dependencies - needed for -jN in clean tree
-eelf_i386_fbsd.o: eelf_i386_fbsd.c
-eelf_i386_fbsd.o: ldgram.h
-eelf_i386_fbsd.po: eelf_i386_fbsd.c
-eelf_i386_fbsd.po: ldgram.h
-eelf_x86_64_fbsd.o: eelf_x86_64_fbsd.c
-eelf_x86_64_fbsd.o: ldgram.h
-eelf_x86_64_fbsd.po: eelf_x86_64_fbsd.c
-eelf_x86_64_fbsd.po: ldgram.h
-ldctor.o: ldgram.h
-ldctor.po: ldgram.h
-ldemul.o: ldemul-list.h
-ldemul.po: ldemul-list.h
-ldexp.o: ldgram.h
-ldexp.po: ldgram.h
-ldfile.o: ldgram.h
-ldfile.po: ldgram.h
-ldgram.o: ldgram.c
-ldgram.po: ldgram.c
-ldlang.o: ldgram.h
-ldlang.po: ldgram.h
-ldlex.o: ldgram.h
-ldlex.o: ldlex.c
-ldlex.po: ldgram.h
-ldlex.po: ldlex.c
-ldmain.o: ldgram.h
-ldmain.po: ldgram.h
-ldmisc.o: ldgram.h
-ldmisc.po: ldgram.h
-ldwrite.o: ldgram.h
-ldwrite.po: ldgram.h
-lexsup.o: ldgram.h
-lexsup.po: ldgram.h
-mri.o: ldgram.h
-mri.po: ldgram.h
.endif
diff --git a/gnu/usr.bin/binutils/libbfd/Makefile.depend b/gnu/usr.bin/binutils/libbfd/Makefile.depend
new file mode 100644
index 0000000..18be76b
--- /dev/null
+++ b/gnu/usr.bin/binutils/libbfd/Makefile.depend
@@ -0,0 +1,13 @@
+# $FreeBSD$
+# Autogenerated - do NOT edit!
+
+DIRDEPS = \
+ include \
+ include/xlocale \
+
+
+.include <dirdeps.mk>
+
+.if ${DEP_RELDIR} == ${_DEP_RELDIR}
+# local dependencies - needed for -jN in clean tree
+.endif
diff --git a/gnu/usr.bin/binutils/libbfd/Makefile.depend.amd64 b/gnu/usr.bin/binutils/libbfd/Makefile.depend.amd64
deleted file mode 100644
index 7a87c5d..0000000
--- a/gnu/usr.bin/binutils/libbfd/Makefile.depend.amd64
+++ /dev/null
@@ -1,121 +0,0 @@
-# $FreeBSD$
-# Autogenerated - do NOT edit!
-
-DIRDEPS = \
- include \
- include/xlocale \
-
-
-.include <dirdeps.mk>
-
-.if ${DEP_RELDIR} == ${_DEP_RELDIR}
-# local dependencies - needed for -jN in clean tree
-archive.o: config.h
-archive.po: config.h
-archive64.o: config.h
-archive64.po: config.h
-archures.o: config.h
-archures.po: config.h
-bfd.o: bfdver.h
-bfd.o: config.h
-bfd.po: bfdver.h
-bfd.po: config.h
-bfdio.o: config.h
-bfdio.po: config.h
-bfdwin.o: config.h
-bfdwin.po: config.h
-binary.o: config.h
-binary.po: config.h
-cache.o: config.h
-cache.po: config.h
-coffgen.o: config.h
-coffgen.po: config.h
-cofflink.o: config.h
-cofflink.po: config.h
-corefile.o: config.h
-corefile.po: config.h
-cpu-i386.o: config.h
-cpu-i386.po: config.h
-dwarf1.o: config.h
-dwarf1.po: config.h
-dwarf2.o: config.h
-dwarf2.po: config.h
-efi-app-ia32.o: config.h
-efi-app-ia32.po: config.h
-efi-app-x86_64.o: config.h
-efi-app-x86_64.po: config.h
-elf-attrs.o: config.h
-elf-attrs.po: config.h
-elf-eh-frame.o: config.h
-elf-eh-frame.po: config.h
-elf-strtab.o: config.h
-elf-strtab.po: config.h
-elf-vxworks.o: config.h
-elf-vxworks.po: config.h
-elf.o: config.h
-elf.po: config.h
-elf32-i386.o: config.h
-elf32-i386.o: elf32-target.h
-elf32-i386.po: config.h
-elf32-i386.po: elf32-target.h
-elf32.o: config.h
-elf32.po: config.h
-elf64-gen.o: config.h
-elf64-gen.o: elf64-target.h
-elf64-gen.po: config.h
-elf64-gen.po: elf64-target.h
-elf64-x86-64.o: config.h
-elf64-x86-64.o: elf64-target.h
-elf64-x86-64.po: config.h
-elf64-x86-64.po: elf64-target.h
-elf64.o: config.h
-elf64.po: config.h
-elflink.o: config.h
-elflink.po: config.h
-format.o: config.h
-format.po: config.h
-hash.o: config.h
-hash.po: config.h
-ihex.o: config.h
-ihex.po: config.h
-init.o: config.h
-init.po: config.h
-libbfd.o: config.h
-libbfd.po: config.h
-linker.o: config.h
-linker.po: config.h
-merge.o: config.h
-merge.po: config.h
-opncls.o: config.h
-opncls.po: config.h
-peigen.o: config.h
-peigen.o: peigen.c
-peigen.po: config.h
-peigen.po: peigen.c
-pepigen.o: config.h
-pepigen.o: pepigen.c
-pepigen.po: config.h
-pepigen.po: pepigen.c
-pex64igen.o: config.h
-pex64igen.o: pex64igen.c
-pex64igen.po: config.h
-pex64igen.po: pex64igen.c
-reloc.o: config.h
-reloc.po: config.h
-section.o: config.h
-section.po: config.h
-simple.o: config.h
-simple.po: config.h
-srec.o: config.h
-srec.po: config.h
-stabs.o: config.h
-stabs.po: config.h
-syms.o: config.h
-syms.po: config.h
-targets.o: config.h
-targets.o: targmatch.h
-targets.po: config.h
-targets.po: targmatch.h
-tekhex.o: config.h
-tekhex.po: config.h
-.endif
diff --git a/gnu/usr.bin/binutils/libbfd/Makefile.depend.host b/gnu/usr.bin/binutils/libbfd/Makefile.depend.host
index 1be848f..f80275d 100644
--- a/gnu/usr.bin/binutils/libbfd/Makefile.depend.host
+++ b/gnu/usr.bin/binutils/libbfd/Makefile.depend.host
@@ -8,112 +8,4 @@ DIRDEPS = \
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
# local dependencies - needed for -jN in clean tree
-archive.o: config.h
-archive.po: config.h
-archive64.o: config.h
-archive64.po: config.h
-archures.o: config.h
-archures.po: config.h
-bfd.o: bfdver.h
-bfd.o: config.h
-bfd.po: bfdver.h
-bfd.po: config.h
-bfdio.o: config.h
-bfdio.po: config.h
-bfdwin.o: config.h
-bfdwin.po: config.h
-binary.o: config.h
-binary.po: config.h
-cache.o: config.h
-cache.po: config.h
-coffgen.o: config.h
-coffgen.po: config.h
-cofflink.o: config.h
-cofflink.po: config.h
-corefile.o: config.h
-corefile.po: config.h
-cpu-i386.o: config.h
-cpu-i386.po: config.h
-dwarf1.o: config.h
-dwarf1.po: config.h
-dwarf2.o: config.h
-dwarf2.po: config.h
-efi-app-ia32.o: config.h
-efi-app-ia32.po: config.h
-efi-app-x86_64.o: config.h
-efi-app-x86_64.po: config.h
-elf-attrs.o: config.h
-elf-attrs.po: config.h
-elf-eh-frame.o: config.h
-elf-eh-frame.po: config.h
-elf-strtab.o: config.h
-elf-strtab.po: config.h
-elf-vxworks.o: config.h
-elf-vxworks.po: config.h
-elf.o: config.h
-elf.po: config.h
-elf32-i386.o: config.h
-elf32-i386.o: elf32-target.h
-elf32-i386.po: config.h
-elf32-i386.po: elf32-target.h
-elf32.o: config.h
-elf32.po: config.h
-elf64-gen.o: config.h
-elf64-gen.o: elf64-target.h
-elf64-gen.po: config.h
-elf64-gen.po: elf64-target.h
-elf64-x86-64.o: config.h
-elf64-x86-64.o: elf64-target.h
-elf64-x86-64.po: config.h
-elf64-x86-64.po: elf64-target.h
-elf64.o: config.h
-elf64.po: config.h
-elflink.o: config.h
-elflink.po: config.h
-format.o: config.h
-format.po: config.h
-hash.o: config.h
-hash.po: config.h
-ihex.o: config.h
-ihex.po: config.h
-init.o: config.h
-init.po: config.h
-libbfd.o: config.h
-libbfd.po: config.h
-linker.o: config.h
-linker.po: config.h
-merge.o: config.h
-merge.po: config.h
-opncls.o: config.h
-opncls.po: config.h
-peigen.o: config.h
-peigen.o: peigen.c
-peigen.po: config.h
-peigen.po: peigen.c
-pepigen.o: config.h
-pepigen.o: pepigen.c
-pepigen.po: config.h
-pepigen.po: pepigen.c
-pex64igen.o: config.h
-pex64igen.o: pex64igen.c
-pex64igen.po: config.h
-pex64igen.po: pex64igen.c
-reloc.o: config.h
-reloc.po: config.h
-section.o: config.h
-section.po: config.h
-simple.o: config.h
-simple.po: config.h
-srec.o: config.h
-srec.po: config.h
-stabs.o: config.h
-stabs.po: config.h
-syms.o: config.h
-syms.po: config.h
-targets.o: config.h
-targets.o: targmatch.h
-targets.po: config.h
-targets.po: targmatch.h
-tekhex.o: config.h
-tekhex.po: config.h
.endif
diff --git a/gnu/usr.bin/binutils/libbinutils/Makefile.depend b/gnu/usr.bin/binutils/libbinutils/Makefile.depend
index f3e9e22..89b9045 100644
--- a/gnu/usr.bin/binutils/libbinutils/Makefile.depend
+++ b/gnu/usr.bin/binutils/libbinutils/Makefile.depend
@@ -12,10 +12,4 @@ DIRDEPS = \
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
# local dependencies - needed for -jN in clean tree
-arlex.o: arlex.c
-arlex.o: arparse.h
-arlex.po: arlex.c
-arlex.po: arparse.h
-arparse.o: arparse.c
-arparse.po: arparse.c
.endif
diff --git a/gnu/usr.bin/cc/cc1/Makefile.depend b/gnu/usr.bin/cc/cc1/Makefile.depend
index 00ebeb0..6c2e732 100644
--- a/gnu/usr.bin/cc/cc1/Makefile.depend
+++ b/gnu/usr.bin/cc/cc1/Makefile.depend
@@ -18,6 +18,4 @@ DIRDEPS = \
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
# local dependencies - needed for -jN in clean tree
-cc1-checksum.o: cc1-checksum.c
-cc1-checksum.po: cc1-checksum.c
.endif
diff --git a/gnu/usr.bin/cc/cc1plus/Makefile.depend b/gnu/usr.bin/cc/cc1plus/Makefile.depend
index 3e8b125..6c2e732 100644
--- a/gnu/usr.bin/cc/cc1plus/Makefile.depend
+++ b/gnu/usr.bin/cc/cc1plus/Makefile.depend
@@ -18,8 +18,4 @@ DIRDEPS = \
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
# local dependencies - needed for -jN in clean tree
-cc1plus-checksum.o: cc1plus-checksum.c
-cc1plus-checksum.po: cc1plus-checksum.c
-except.o: cfns.h
-except.po: cfns.h
.endif
diff --git a/gnu/usr.bin/cc/cc_tools/Makefile.depend b/gnu/usr.bin/cc/cc_tools/Makefile.depend
index 2b92e28..fbd66b1 100644
--- a/gnu/usr.bin/cc/cc_tools/Makefile.depend
+++ b/gnu/usr.bin/cc/cc_tools/Makefile.depend
@@ -17,234 +17,4 @@ DIRDEPS = \
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
# local dependencies - needed for -jN in clean tree
-errors.o: bconfig.h
-errors.po: bconfig.h
-genattr.o: bconfig.h
-genattr.o: insn-modes.h
-genattr.o: options.h
-genattr.o: tm.h
-genattr.po: bconfig.h
-genattr.po: insn-modes.h
-genattr.po: options.h
-genattr.po: tm.h
-genattrtab.o: bconfig.h
-genattrtab.o: insn-modes.h
-genattrtab.o: options.h
-genattrtab.o: tm.h
-genattrtab.po: bconfig.h
-genattrtab.po: insn-modes.h
-genattrtab.po: options.h
-genattrtab.po: tm.h
-genautomata.o: bconfig.h
-genautomata.o: insn-modes.h
-genautomata.o: options.h
-genautomata.o: tm.h
-genautomata.po: bconfig.h
-genautomata.po: insn-modes.h
-genautomata.po: options.h
-genautomata.po: tm.h
-gencheck.o: bconfig.h
-gencheck.o: gencheck.h
-gencheck.o: options.h
-gencheck.o: tm.h
-gencheck.po: bconfig.h
-gencheck.po: gencheck.h
-gencheck.po: options.h
-gencheck.po: tm.h
-genchecksum.o: bconfig.h
-genchecksum.po: bconfig.h
-gencodes.o: bconfig.h
-gencodes.o: insn-modes.h
-gencodes.o: options.h
-gencodes.o: tm.h
-gencodes.po: bconfig.h
-gencodes.po: insn-modes.h
-gencodes.po: options.h
-gencodes.po: tm.h
-genconditions.o: bconfig.h
-genconditions.o: insn-modes.h
-genconditions.o: options.h
-genconditions.o: tm.h
-genconditions.po: bconfig.h
-genconditions.po: insn-modes.h
-genconditions.po: options.h
-genconditions.po: tm.h
-gencondmd.o: bconfig.h
-gencondmd.o: gencondmd.c
-gencondmd.o: insn-constants.h
-gencondmd.o: insn-modes.h
-gencondmd.o: options.h
-gencondmd.o: tm-constrs.h
-gencondmd.o: tm-preds.h
-gencondmd.o: tm.h
-gencondmd.o: tm_p.h
-gencondmd.o: tree-check.h
-gencondmd.po: bconfig.h
-gencondmd.po: gencondmd.c
-gencondmd.po: insn-constants.h
-gencondmd.po: insn-modes.h
-gencondmd.po: options.h
-gencondmd.po: tm-constrs.h
-gencondmd.po: tm-preds.h
-gencondmd.po: tm.h
-gencondmd.po: tm_p.h
-gencondmd.po: tree-check.h
-genconfig.o: bconfig.h
-genconfig.o: insn-modes.h
-genconfig.o: options.h
-genconfig.o: tm.h
-genconfig.po: bconfig.h
-genconfig.po: insn-modes.h
-genconfig.po: options.h
-genconfig.po: tm.h
-genconstants.o: bconfig.h
-genconstants.o: insn-modes.h
-genconstants.o: options.h
-genconstants.o: tm.h
-genconstants.po: bconfig.h
-genconstants.po: insn-modes.h
-genconstants.po: options.h
-genconstants.po: tm.h
-genemit.o: bconfig.h
-genemit.o: insn-modes.h
-genemit.o: options.h
-genemit.o: tm.h
-genemit.po: bconfig.h
-genemit.po: insn-modes.h
-genemit.po: options.h
-genemit.po: tm.h
-genextract.o: bconfig.h
-genextract.o: insn-modes.h
-genextract.o: options.h
-genextract.o: tm.h
-genextract.po: bconfig.h
-genextract.po: insn-modes.h
-genextract.po: options.h
-genextract.po: tm.h
-genflags.o: bconfig.h
-genflags.o: insn-modes.h
-genflags.o: options.h
-genflags.o: tm.h
-genflags.po: bconfig.h
-genflags.po: insn-modes.h
-genflags.po: options.h
-genflags.po: tm.h
-gengenrtl.o: bconfig.h
-gengenrtl.po: bconfig.h
-gengtype-lex.o: bconfig.h
-gengtype-lex.o: gengtype-lex.c
-gengtype-lex.o: gengtype-yacc.h
-gengtype-lex.po: bconfig.h
-gengtype-lex.po: gengtype-lex.c
-gengtype-lex.po: gengtype-yacc.h
-gengtype-yacc+%DIKED.o: bconfig.h
-gengtype-yacc+%DIKED.o: gengtype-yacc+%DIKED.c
-gengtype-yacc+%DIKED.o: options.h
-gengtype-yacc+%DIKED.o: tm.h
-gengtype-yacc+%DIKED.po: bconfig.h
-gengtype-yacc+%DIKED.po: gengtype-yacc+%DIKED.c
-gengtype-yacc+%DIKED.po: options.h
-gengtype-yacc+%DIKED.po: tm.h
-gengtype.o: bconfig.h
-gengtype.o: gtyp-gen.h
-gengtype.o: options.h
-gengtype.o: tm.h
-gengtype.po: bconfig.h
-gengtype.po: gtyp-gen.h
-gengtype.po: options.h
-gengtype.po: tm.h
-genmodes.o: bconfig.h
-genmodes.po: bconfig.h
-genopinit.o: bconfig.h
-genopinit.o: insn-modes.h
-genopinit.o: options.h
-genopinit.o: tm.h
-genopinit.po: bconfig.h
-genopinit.po: insn-modes.h
-genopinit.po: options.h
-genopinit.po: tm.h
-genoutput.o: bconfig.h
-genoutput.o: insn-modes.h
-genoutput.o: options.h
-genoutput.o: tm.h
-genoutput.po: bconfig.h
-genoutput.po: insn-modes.h
-genoutput.po: options.h
-genoutput.po: tm.h
-genpeep.o: bconfig.h
-genpeep.o: insn-modes.h
-genpeep.o: options.h
-genpeep.o: tm.h
-genpeep.po: bconfig.h
-genpeep.po: insn-modes.h
-genpeep.po: options.h
-genpeep.po: tm.h
-genpreds.o: bconfig.h
-genpreds.o: insn-modes.h
-genpreds.o: options.h
-genpreds.o: tm.h
-genpreds.po: bconfig.h
-genpreds.po: insn-modes.h
-genpreds.po: options.h
-genpreds.po: tm.h
-genrecog.o: bconfig.h
-genrecog.o: insn-modes.h
-genrecog.o: options.h
-genrecog.o: tm.h
-genrecog.po: bconfig.h
-genrecog.po: insn-modes.h
-genrecog.po: options.h
-genrecog.po: tm.h
-gensupport.o: bconfig.h
-gensupport.o: insn-modes.h
-gensupport.o: options.h
-gensupport.o: tm.h
-gensupport.po: bconfig.h
-gensupport.po: insn-modes.h
-gensupport.po: options.h
-gensupport.po: tm.h
-ggc-none.o: bconfig.h
-ggc-none.o: gtype-desc.h
-ggc-none.po: bconfig.h
-ggc-none.po: gtype-desc.h
-min-insn-modes.o: bconfig.h
-min-insn-modes.o: insn-modes.h
-min-insn-modes.o: min-insn-modes.c
-min-insn-modes.po: bconfig.h
-min-insn-modes.po: insn-modes.h
-min-insn-modes.po: min-insn-modes.c
-print-rtl.o: bconfig.h
-print-rtl.o: insn-modes.h
-print-rtl.o: options.h
-print-rtl.o: tm.h
-print-rtl.po: bconfig.h
-print-rtl.po: insn-modes.h
-print-rtl.po: options.h
-print-rtl.po: tm.h
-read-rtl.o: bconfig.h
-read-rtl.o: insn-modes.h
-read-rtl.o: options.h
-read-rtl.o: tm.h
-read-rtl.po: bconfig.h
-read-rtl.po: insn-modes.h
-read-rtl.po: options.h
-read-rtl.po: tm.h
-rtl.o: bconfig.h
-rtl.o: gtype-desc.h
-rtl.o: insn-modes.h
-rtl.o: options.h
-rtl.o: tm.h
-rtl.po: bconfig.h
-rtl.po: gtype-desc.h
-rtl.po: insn-modes.h
-rtl.po: options.h
-rtl.po: tm.h
-vec.o: bconfig.h
-vec.o: gtype-desc.h
-vec.o: insn-modes.h
-vec.o: tree-check.h
-vec.po: bconfig.h
-vec.po: gtype-desc.h
-vec.po: insn-modes.h
-vec.po: tree-check.h
.endif
diff --git a/gnu/usr.bin/cc/libcpp/Makefile.depend b/gnu/usr.bin/cc/libcpp/Makefile.depend
index 075613d..18be76b 100644
--- a/gnu/usr.bin/cc/libcpp/Makefile.depend
+++ b/gnu/usr.bin/cc/libcpp/Makefile.depend
@@ -10,6 +10,4 @@ DIRDEPS = \
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
# local dependencies - needed for -jN in clean tree
-init.o: localedir.h
-init.po: localedir.h
.endif
diff --git a/gnu/usr.bin/diff3/Makefile.depend b/gnu/usr.bin/diff3/Makefile.depend
index 1931f06..3646e2e 100644
--- a/gnu/usr.bin/diff3/Makefile.depend
+++ b/gnu/usr.bin/diff3/Makefile.depend
@@ -15,6 +15,4 @@ DIRDEPS = \
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
# local dependencies - needed for -jN in clean tree
-diff3.o: diff3.c
-diff3.po: diff3.c
.endif
diff --git a/gnu/usr.bin/dtc/Makefile.depend b/gnu/usr.bin/dtc/Makefile.depend
index 93a3a02..ca0b2f9 100644
--- a/gnu/usr.bin/dtc/Makefile.depend
+++ b/gnu/usr.bin/dtc/Makefile.depend
@@ -16,12 +16,4 @@ DIRDEPS = \
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
# local dependencies - needed for -jN in clean tree
-dtc-lexer.lex.o: dtc-lexer.lex.c
-dtc-lexer.lex.o: dtc-parser.tab.h
-dtc-lexer.lex.po: dtc-lexer.lex.c
-dtc-lexer.lex.po: dtc-parser.tab.h
-dtc-parser.tab.o: dtc-parser.tab.c
-dtc-parser.tab.po: dtc-parser.tab.c
-util.o: version_gen.h
-util.po: version_gen.h
.endif
diff --git a/gnu/usr.bin/gdb/gdb/Makefile.depend b/gnu/usr.bin/gdb/gdb/Makefile.depend
index f2e2bfa..10de637 100644
--- a/gnu/usr.bin/gdb/gdb/Makefile.depend
+++ b/gnu/usr.bin/gdb/gdb/Makefile.depend
@@ -23,10 +23,4 @@ DIRDEPS = \
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
# local dependencies - needed for -jN in clean tree
-gdb.o: nm.h
-gdb.o: tm.h
-gdb.o: xm.h
-gdb.po: nm.h
-gdb.po: tm.h
-gdb.po: xm.h
.endif
diff --git a/gnu/usr.bin/gdb/gdbtui/Makefile.depend b/gnu/usr.bin/gdb/gdbtui/Makefile.depend
index ad14e4c..10de637 100644
--- a/gnu/usr.bin/gdb/gdbtui/Makefile.depend
+++ b/gnu/usr.bin/gdb/gdbtui/Makefile.depend
@@ -23,10 +23,4 @@ DIRDEPS = \
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
# local dependencies - needed for -jN in clean tree
-tui-main.o: nm.h
-tui-main.o: tm.h
-tui-main.o: xm.h
-tui-main.po: nm.h
-tui-main.po: tm.h
-tui-main.po: xm.h
.endif
diff --git a/gnu/usr.bin/gdb/kgdb/Makefile.depend.amd64 b/gnu/usr.bin/gdb/kgdb/Makefile.depend
index 3c60b31..c39552f 100644
--- a/gnu/usr.bin/gdb/kgdb/Makefile.depend.amd64
+++ b/gnu/usr.bin/gdb/kgdb/Makefile.depend
@@ -25,34 +25,4 @@ DIRDEPS = \
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
# local dependencies - needed for -jN in clean tree
-kld.o: nm.h
-kld.o: tm.h
-kld.o: xm.h
-kld.po: nm.h
-kld.po: tm.h
-kld.po: xm.h
-kthr.o: nm.h
-kthr.o: tm.h
-kthr.o: xm.h
-kthr.po: nm.h
-kthr.po: tm.h
-kthr.po: xm.h
-main.o: nm.h
-main.o: tm.h
-main.o: xm.h
-main.po: nm.h
-main.po: tm.h
-main.po: xm.h
-trgt.o: nm.h
-trgt.o: tm.h
-trgt.o: xm.h
-trgt.po: nm.h
-trgt.po: tm.h
-trgt.po: xm.h
-trgt_amd64.o: nm.h
-trgt_amd64.o: tm.h
-trgt_amd64.o: xm.h
-trgt_amd64.po: nm.h
-trgt_amd64.po: tm.h
-trgt_amd64.po: xm.h
.endif
diff --git a/gnu/usr.bin/gdb/libgdb/Makefile.depend b/gnu/usr.bin/gdb/libgdb/Makefile.depend
new file mode 100644
index 0000000..80f12f7
--- /dev/null
+++ b/gnu/usr.bin/gdb/libgdb/Makefile.depend
@@ -0,0 +1,19 @@
+# $FreeBSD$
+# Autogenerated - do NOT edit!
+
+DIRDEPS = \
+ gnu/lib/libreadline/readline \
+ include \
+ include/arpa \
+ include/xlocale \
+ lib/libthread_db \
+ lib/msun \
+ lib/ncurses/ncursesw \
+ usr.bin/yacc.host \
+
+
+.include <dirdeps.mk>
+
+.if ${DEP_RELDIR} == ${_DEP_RELDIR}
+# local dependencies - needed for -jN in clean tree
+.endif
diff --git a/gnu/usr.bin/gdb/libgdb/Makefile.depend.amd64 b/gnu/usr.bin/gdb/libgdb/Makefile.depend.amd64
deleted file mode 100644
index 4c60635..0000000
--- a/gnu/usr.bin/gdb/libgdb/Makefile.depend.amd64
+++ /dev/null
@@ -1,1211 +0,0 @@
-# $FreeBSD$
-# Autogenerated - do NOT edit!
-
-DIRDEPS = \
- gnu/lib/libreadline/readline \
- include \
- include/arpa \
- include/xlocale \
- lib/libthread_db \
- lib/msun \
- lib/ncurses/ncursesw \
- usr.bin/yacc.host \
-
-
-.include <dirdeps.mk>
-
-.if ${DEP_RELDIR} == ${_DEP_RELDIR}
-# local dependencies - needed for -jN in clean tree
-amd64-nat.o: nm.h
-amd64-nat.o: tm.h
-amd64-nat.o: xm.h
-amd64-nat.po: nm.h
-amd64-nat.po: tm.h
-amd64-nat.po: xm.h
-amd64-tdep.o: nm.h
-amd64-tdep.o: tm.h
-amd64-tdep.o: xm.h
-amd64-tdep.po: nm.h
-amd64-tdep.po: tm.h
-amd64-tdep.po: xm.h
-amd64bsd-nat.o: nm.h
-amd64bsd-nat.o: tm.h
-amd64bsd-nat.o: xm.h
-amd64bsd-nat.po: nm.h
-amd64bsd-nat.po: tm.h
-amd64bsd-nat.po: xm.h
-amd64fbsd-nat.o: nm.h
-amd64fbsd-nat.o: tm.h
-amd64fbsd-nat.o: xm.h
-amd64fbsd-nat.po: nm.h
-amd64fbsd-nat.po: tm.h
-amd64fbsd-nat.po: xm.h
-amd64fbsd-tdep.o: nm.h
-amd64fbsd-tdep.o: tm.h
-amd64fbsd-tdep.o: xm.h
-amd64fbsd-tdep.po: nm.h
-amd64fbsd-tdep.po: tm.h
-amd64fbsd-tdep.po: xm.h
-annotate.o: nm.h
-annotate.o: tm.h
-annotate.o: xm.h
-annotate.po: nm.h
-annotate.po: tm.h
-annotate.po: xm.h
-arch-utils.o: nm.h
-arch-utils.o: tm.h
-arch-utils.o: xm.h
-arch-utils.po: nm.h
-arch-utils.po: tm.h
-arch-utils.po: xm.h
-auxv.o: nm.h
-auxv.o: tm.h
-auxv.o: xm.h
-auxv.po: nm.h
-auxv.po: tm.h
-auxv.po: xm.h
-ax-gdb.o: nm.h
-ax-gdb.o: tm.h
-ax-gdb.o: xm.h
-ax-gdb.po: nm.h
-ax-gdb.po: tm.h
-ax-gdb.po: xm.h
-ax-general.o: nm.h
-ax-general.o: tm.h
-ax-general.o: xm.h
-ax-general.po: nm.h
-ax-general.po: tm.h
-ax-general.po: xm.h
-bcache.o: nm.h
-bcache.o: tm.h
-bcache.o: xm.h
-bcache.po: nm.h
-bcache.po: tm.h
-bcache.po: xm.h
-bfd-target.o: nm.h
-bfd-target.o: tm.h
-bfd-target.o: xm.h
-bfd-target.po: nm.h
-bfd-target.po: tm.h
-bfd-target.po: xm.h
-block.o: nm.h
-block.o: tm.h
-block.o: xm.h
-block.po: nm.h
-block.po: tm.h
-block.po: xm.h
-blockframe.o: nm.h
-blockframe.o: tm.h
-blockframe.o: xm.h
-blockframe.po: nm.h
-blockframe.po: tm.h
-blockframe.po: xm.h
-breakpoint.o: nm.h
-breakpoint.o: tm.h
-breakpoint.o: xm.h
-breakpoint.po: nm.h
-breakpoint.po: tm.h
-breakpoint.po: xm.h
-buildsym.o: nm.h
-buildsym.o: tm.h
-buildsym.o: xm.h
-buildsym.po: nm.h
-buildsym.po: tm.h
-buildsym.po: xm.h
-c-exp.o: c-exp.c
-c-exp.o: nm.h
-c-exp.o: tm.h
-c-exp.o: xm.h
-c-exp.po: c-exp.c
-c-exp.po: nm.h
-c-exp.po: tm.h
-c-exp.po: xm.h
-c-lang.o: nm.h
-c-lang.o: tm.h
-c-lang.o: xm.h
-c-lang.po: nm.h
-c-lang.po: tm.h
-c-lang.po: xm.h
-c-typeprint.o: nm.h
-c-typeprint.o: tm.h
-c-typeprint.o: xm.h
-c-typeprint.po: nm.h
-c-typeprint.po: tm.h
-c-typeprint.po: xm.h
-c-valprint.o: nm.h
-c-valprint.o: tm.h
-c-valprint.o: xm.h
-c-valprint.po: nm.h
-c-valprint.po: tm.h
-c-valprint.po: xm.h
-charset.o: nm.h
-charset.o: tm.h
-charset.o: xm.h
-charset.po: nm.h
-charset.po: tm.h
-charset.po: xm.h
-cli-cmds.o: nm.h
-cli-cmds.o: tm.h
-cli-cmds.o: xm.h
-cli-cmds.po: nm.h
-cli-cmds.po: tm.h
-cli-cmds.po: xm.h
-cli-decode.o: nm.h
-cli-decode.o: tm.h
-cli-decode.o: xm.h
-cli-decode.po: nm.h
-cli-decode.po: tm.h
-cli-decode.po: xm.h
-cli-dump.o: nm.h
-cli-dump.o: tm.h
-cli-dump.o: xm.h
-cli-dump.po: nm.h
-cli-dump.po: tm.h
-cli-dump.po: xm.h
-cli-interp.o: nm.h
-cli-interp.o: tm.h
-cli-interp.o: xm.h
-cli-interp.po: nm.h
-cli-interp.po: tm.h
-cli-interp.po: xm.h
-cli-logging.o: nm.h
-cli-logging.o: tm.h
-cli-logging.o: xm.h
-cli-logging.po: nm.h
-cli-logging.po: tm.h
-cli-logging.po: xm.h
-cli-out.o: nm.h
-cli-out.o: tm.h
-cli-out.o: xm.h
-cli-out.po: nm.h
-cli-out.po: tm.h
-cli-out.po: xm.h
-cli-script.o: nm.h
-cli-script.o: tm.h
-cli-script.o: xm.h
-cli-script.po: nm.h
-cli-script.po: tm.h
-cli-script.po: xm.h
-cli-setshow.o: nm.h
-cli-setshow.o: tm.h
-cli-setshow.o: xm.h
-cli-setshow.po: nm.h
-cli-setshow.po: tm.h
-cli-setshow.po: xm.h
-cli-utils.o: nm.h
-cli-utils.o: tm.h
-cli-utils.o: xm.h
-cli-utils.po: nm.h
-cli-utils.po: tm.h
-cli-utils.po: xm.h
-coff-pe-read.o: nm.h
-coff-pe-read.o: tm.h
-coff-pe-read.o: xm.h
-coff-pe-read.po: nm.h
-coff-pe-read.po: tm.h
-coff-pe-read.po: xm.h
-coffread.o: nm.h
-coffread.o: tm.h
-coffread.o: xm.h
-coffread.po: nm.h
-coffread.po: tm.h
-coffread.po: xm.h
-complaints.o: nm.h
-complaints.o: tm.h
-complaints.o: xm.h
-complaints.po: nm.h
-complaints.po: tm.h
-complaints.po: xm.h
-completer.o: nm.h
-completer.o: tm.h
-completer.o: xm.h
-completer.po: nm.h
-completer.po: tm.h
-completer.po: xm.h
-copying.o: nm.h
-copying.o: tm.h
-copying.o: xm.h
-copying.po: nm.h
-copying.po: tm.h
-copying.po: xm.h
-corefile.o: nm.h
-corefile.o: tm.h
-corefile.o: xm.h
-corefile.po: nm.h
-corefile.po: tm.h
-corefile.po: xm.h
-corelow.o: nm.h
-corelow.o: tm.h
-corelow.o: xm.h
-corelow.po: nm.h
-corelow.po: tm.h
-corelow.po: xm.h
-cp-abi.o: nm.h
-cp-abi.o: tm.h
-cp-abi.o: xm.h
-cp-abi.po: nm.h
-cp-abi.po: tm.h
-cp-abi.po: xm.h
-cp-namespace.o: nm.h
-cp-namespace.o: tm.h
-cp-namespace.o: xm.h
-cp-namespace.po: nm.h
-cp-namespace.po: tm.h
-cp-namespace.po: xm.h
-cp-support.o: nm.h
-cp-support.o: tm.h
-cp-support.o: xm.h
-cp-support.po: nm.h
-cp-support.po: tm.h
-cp-support.po: xm.h
-cp-valprint.o: nm.h
-cp-valprint.o: tm.h
-cp-valprint.o: xm.h
-cp-valprint.po: nm.h
-cp-valprint.po: tm.h
-cp-valprint.po: xm.h
-dbxread.o: nm.h
-dbxread.o: tm.h
-dbxread.o: xm.h
-dbxread.po: nm.h
-dbxread.po: tm.h
-dbxread.po: xm.h
-dcache.o: nm.h
-dcache.o: tm.h
-dcache.o: xm.h
-dcache.po: nm.h
-dcache.po: tm.h
-dcache.po: xm.h
-demangle.o: nm.h
-demangle.o: tm.h
-demangle.o: xm.h
-demangle.po: nm.h
-demangle.po: tm.h
-demangle.po: xm.h
-dictionary.o: nm.h
-dictionary.o: tm.h
-dictionary.o: xm.h
-dictionary.po: nm.h
-dictionary.po: tm.h
-dictionary.po: xm.h
-disasm.o: nm.h
-disasm.o: tm.h
-disasm.o: xm.h
-disasm.po: nm.h
-disasm.po: tm.h
-disasm.po: xm.h
-doublest.o: nm.h
-doublest.o: tm.h
-doublest.o: xm.h
-doublest.po: nm.h
-doublest.po: tm.h
-doublest.po: xm.h
-dummy-frame.o: nm.h
-dummy-frame.o: tm.h
-dummy-frame.o: xm.h
-dummy-frame.po: nm.h
-dummy-frame.po: tm.h
-dummy-frame.po: xm.h
-dwarf2-frame.o: nm.h
-dwarf2-frame.o: tm.h
-dwarf2-frame.o: xm.h
-dwarf2-frame.po: nm.h
-dwarf2-frame.po: tm.h
-dwarf2-frame.po: xm.h
-dwarf2expr.o: nm.h
-dwarf2expr.o: tm.h
-dwarf2expr.o: xm.h
-dwarf2expr.po: nm.h
-dwarf2expr.po: tm.h
-dwarf2expr.po: xm.h
-dwarf2loc.o: nm.h
-dwarf2loc.o: tm.h
-dwarf2loc.o: xm.h
-dwarf2loc.po: nm.h
-dwarf2loc.po: tm.h
-dwarf2loc.po: xm.h
-dwarf2read.o: nm.h
-dwarf2read.o: tm.h
-dwarf2read.o: xm.h
-dwarf2read.po: nm.h
-dwarf2read.po: tm.h
-dwarf2read.po: xm.h
-dwarfread.o: nm.h
-dwarfread.o: tm.h
-dwarfread.o: xm.h
-dwarfread.po: nm.h
-dwarfread.po: tm.h
-dwarfread.po: xm.h
-elfread.o: nm.h
-elfread.o: tm.h
-elfread.o: xm.h
-elfread.po: nm.h
-elfread.po: tm.h
-elfread.po: xm.h
-environ.o: nm.h
-environ.o: tm.h
-environ.o: xm.h
-environ.po: nm.h
-environ.po: tm.h
-environ.po: xm.h
-eval.o: nm.h
-eval.o: tm.h
-eval.o: xm.h
-eval.po: nm.h
-eval.po: tm.h
-eval.po: xm.h
-event-loop.o: nm.h
-event-loop.o: tm.h
-event-loop.o: xm.h
-event-loop.po: nm.h
-event-loop.po: tm.h
-event-loop.po: xm.h
-event-top.o: nm.h
-event-top.o: tm.h
-event-top.o: xm.h
-event-top.po: nm.h
-event-top.po: tm.h
-event-top.po: xm.h
-exec.o: nm.h
-exec.o: tm.h
-exec.o: xm.h
-exec.po: nm.h
-exec.po: tm.h
-exec.po: xm.h
-expprint.o: nm.h
-expprint.o: tm.h
-expprint.o: xm.h
-expprint.po: nm.h
-expprint.po: tm.h
-expprint.po: xm.h
-f-exp.o: f-exp.c
-f-exp.o: nm.h
-f-exp.o: tm.h
-f-exp.o: xm.h
-f-exp.po: f-exp.c
-f-exp.po: nm.h
-f-exp.po: tm.h
-f-exp.po: xm.h
-f-lang.o: nm.h
-f-lang.o: tm.h
-f-lang.o: xm.h
-f-lang.po: nm.h
-f-lang.po: tm.h
-f-lang.po: xm.h
-f-typeprint.o: nm.h
-f-typeprint.o: tm.h
-f-typeprint.o: xm.h
-f-typeprint.po: nm.h
-f-typeprint.po: tm.h
-f-typeprint.po: xm.h
-f-valprint.o: nm.h
-f-valprint.o: tm.h
-f-valprint.o: xm.h
-f-valprint.po: nm.h
-f-valprint.po: tm.h
-f-valprint.po: xm.h
-fbsd-proc.o: nm.h
-fbsd-proc.o: tm.h
-fbsd-proc.o: xm.h
-fbsd-proc.po: nm.h
-fbsd-proc.po: tm.h
-fbsd-proc.po: xm.h
-fbsd-threads.o: nm.h
-fbsd-threads.o: tm.h
-fbsd-threads.o: xm.h
-fbsd-threads.po: nm.h
-fbsd-threads.po: tm.h
-fbsd-threads.po: xm.h
-findvar.o: nm.h
-findvar.o: tm.h
-findvar.o: xm.h
-findvar.po: nm.h
-findvar.po: tm.h
-findvar.po: xm.h
-fork-child.o: nm.h
-fork-child.o: tm.h
-fork-child.o: xm.h
-fork-child.po: nm.h
-fork-child.po: tm.h
-fork-child.po: xm.h
-frame-base.o: nm.h
-frame-base.o: tm.h
-frame-base.o: xm.h
-frame-base.po: nm.h
-frame-base.po: tm.h
-frame-base.po: xm.h
-frame-unwind.o: nm.h
-frame-unwind.o: tm.h
-frame-unwind.o: xm.h
-frame-unwind.po: nm.h
-frame-unwind.po: tm.h
-frame-unwind.po: xm.h
-frame.o: nm.h
-frame.o: tm.h
-frame.o: xm.h
-frame.po: nm.h
-frame.po: tm.h
-frame.po: xm.h
-gcore.o: nm.h
-gcore.o: tm.h
-gcore.o: xm.h
-gcore.po: nm.h
-gcore.po: tm.h
-gcore.po: xm.h
-gdb-events.o: nm.h
-gdb-events.o: tm.h
-gdb-events.o: xm.h
-gdb-events.po: nm.h
-gdb-events.po: tm.h
-gdb-events.po: xm.h
-gdbarch.o: nm.h
-gdbarch.o: tm.h
-gdbarch.o: xm.h
-gdbarch.po: nm.h
-gdbarch.po: tm.h
-gdbarch.po: xm.h
-gdbtypes.o: nm.h
-gdbtypes.o: tm.h
-gdbtypes.o: xm.h
-gdbtypes.po: nm.h
-gdbtypes.po: tm.h
-gdbtypes.po: xm.h
-gnu-v2-abi.o: nm.h
-gnu-v2-abi.o: tm.h
-gnu-v2-abi.o: xm.h
-gnu-v2-abi.po: nm.h
-gnu-v2-abi.po: tm.h
-gnu-v2-abi.po: xm.h
-gnu-v3-abi.o: nm.h
-gnu-v3-abi.o: tm.h
-gnu-v3-abi.o: xm.h
-gnu-v3-abi.po: nm.h
-gnu-v3-abi.po: tm.h
-gnu-v3-abi.po: xm.h
-hpacc-abi.o: nm.h
-hpacc-abi.o: tm.h
-hpacc-abi.o: xm.h
-hpacc-abi.po: nm.h
-hpacc-abi.po: tm.h
-hpacc-abi.po: xm.h
-i386-tdep.o: nm.h
-i386-tdep.o: tm.h
-i386-tdep.o: xm.h
-i386-tdep.po: nm.h
-i386-tdep.po: tm.h
-i386-tdep.po: xm.h
-i386bsd-tdep.o: nm.h
-i386bsd-tdep.o: tm.h
-i386bsd-tdep.o: xm.h
-i386bsd-tdep.po: nm.h
-i386bsd-tdep.po: tm.h
-i386bsd-tdep.po: xm.h
-i386fbsd-tdep-fixed.o: i386fbsd-tdep-fixed.c
-i386fbsd-tdep-fixed.o: nm.h
-i386fbsd-tdep-fixed.o: tm.h
-i386fbsd-tdep-fixed.o: xm.h
-i386fbsd-tdep-fixed.po: i386fbsd-tdep-fixed.c
-i386fbsd-tdep-fixed.po: nm.h
-i386fbsd-tdep-fixed.po: tm.h
-i386fbsd-tdep-fixed.po: xm.h
-i387-tdep.o: nm.h
-i387-tdep.o: tm.h
-i387-tdep.o: xm.h
-i387-tdep.po: nm.h
-i387-tdep.po: tm.h
-i387-tdep.po: xm.h
-inf-loop.o: nm.h
-inf-loop.o: tm.h
-inf-loop.o: xm.h
-inf-loop.po: nm.h
-inf-loop.po: tm.h
-inf-loop.po: xm.h
-infcall.o: nm.h
-infcall.o: tm.h
-infcall.o: xm.h
-infcall.po: nm.h
-infcall.po: tm.h
-infcall.po: xm.h
-infcmd.o: nm.h
-infcmd.o: tm.h
-infcmd.o: xm.h
-infcmd.po: nm.h
-infcmd.po: tm.h
-infcmd.po: xm.h
-inflow.o: nm.h
-inflow.o: tm.h
-inflow.o: xm.h
-inflow.po: nm.h
-inflow.po: tm.h
-inflow.po: xm.h
-infptrace.o: nm.h
-infptrace.o: tm.h
-infptrace.o: xm.h
-infptrace.po: nm.h
-infptrace.po: tm.h
-infptrace.po: xm.h
-infrun.o: nm.h
-infrun.o: tm.h
-infrun.o: xm.h
-infrun.po: nm.h
-infrun.po: tm.h
-infrun.po: xm.h
-inftarg.o: nm.h
-inftarg.o: tm.h
-inftarg.o: xm.h
-inftarg.po: nm.h
-inftarg.po: tm.h
-inftarg.po: xm.h
-init.o: nm.h
-init.o: tm.h
-init.o: xm.h
-init.po: nm.h
-init.po: tm.h
-init.po: xm.h
-interps.o: nm.h
-interps.o: tm.h
-interps.o: xm.h
-interps.po: nm.h
-interps.po: tm.h
-interps.po: xm.h
-jv-exp.o: jv-exp.c
-jv-exp.o: nm.h
-jv-exp.o: tm.h
-jv-exp.o: xm.h
-jv-exp.po: jv-exp.c
-jv-exp.po: nm.h
-jv-exp.po: tm.h
-jv-exp.po: xm.h
-jv-lang.o: nm.h
-jv-lang.o: tm.h
-jv-lang.o: xm.h
-jv-lang.po: nm.h
-jv-lang.po: tm.h
-jv-lang.po: xm.h
-jv-typeprint.o: nm.h
-jv-typeprint.o: tm.h
-jv-typeprint.o: xm.h
-jv-typeprint.po: nm.h
-jv-typeprint.po: tm.h
-jv-typeprint.po: xm.h
-jv-valprint.o: nm.h
-jv-valprint.o: tm.h
-jv-valprint.o: xm.h
-jv-valprint.po: nm.h
-jv-valprint.po: tm.h
-jv-valprint.po: xm.h
-kod-cisco.o: nm.h
-kod-cisco.o: tm.h
-kod-cisco.o: xm.h
-kod-cisco.po: nm.h
-kod-cisco.po: tm.h
-kod-cisco.po: xm.h
-kod.o: nm.h
-kod.o: tm.h
-kod.o: xm.h
-kod.po: nm.h
-kod.po: tm.h
-kod.po: xm.h
-language.o: nm.h
-language.o: tm.h
-language.o: xm.h
-language.po: nm.h
-language.po: tm.h
-language.po: xm.h
-linespec.o: nm.h
-linespec.o: tm.h
-linespec.o: xm.h
-linespec.po: nm.h
-linespec.po: tm.h
-linespec.po: xm.h
-m2-exp.o: m2-exp.c
-m2-exp.o: nm.h
-m2-exp.o: tm.h
-m2-exp.o: xm.h
-m2-exp.po: m2-exp.c
-m2-exp.po: nm.h
-m2-exp.po: tm.h
-m2-exp.po: xm.h
-m2-lang.o: nm.h
-m2-lang.o: tm.h
-m2-lang.o: xm.h
-m2-lang.po: nm.h
-m2-lang.po: tm.h
-m2-lang.po: xm.h
-m2-typeprint.o: nm.h
-m2-typeprint.o: tm.h
-m2-typeprint.o: xm.h
-m2-typeprint.po: nm.h
-m2-typeprint.po: tm.h
-m2-typeprint.po: xm.h
-m2-valprint.o: nm.h
-m2-valprint.o: tm.h
-m2-valprint.o: xm.h
-m2-valprint.po: nm.h
-m2-valprint.po: tm.h
-m2-valprint.po: xm.h
-macrocmd.o: nm.h
-macrocmd.o: tm.h
-macrocmd.o: xm.h
-macrocmd.po: nm.h
-macrocmd.po: tm.h
-macrocmd.po: xm.h
-macroexp.o: nm.h
-macroexp.o: tm.h
-macroexp.o: xm.h
-macroexp.po: nm.h
-macroexp.po: tm.h
-macroexp.po: xm.h
-macroscope.o: nm.h
-macroscope.o: tm.h
-macroscope.o: xm.h
-macroscope.po: nm.h
-macroscope.po: tm.h
-macroscope.po: xm.h
-macrotab.o: nm.h
-macrotab.o: tm.h
-macrotab.o: xm.h
-macrotab.po: nm.h
-macrotab.po: tm.h
-macrotab.po: xm.h
-main.o: nm.h
-main.o: tm.h
-main.o: xm.h
-main.po: nm.h
-main.po: tm.h
-main.po: xm.h
-maint.o: nm.h
-maint.o: tm.h
-maint.o: xm.h
-maint.po: nm.h
-maint.po: tm.h
-maint.po: xm.h
-mdebugread.o: nm.h
-mdebugread.o: tm.h
-mdebugread.o: xm.h
-mdebugread.po: nm.h
-mdebugread.po: tm.h
-mdebugread.po: xm.h
-mem-break.o: nm.h
-mem-break.o: tm.h
-mem-break.o: xm.h
-mem-break.po: nm.h
-mem-break.po: tm.h
-mem-break.po: xm.h
-memattr.o: nm.h
-memattr.o: tm.h
-memattr.o: xm.h
-memattr.po: nm.h
-memattr.po: tm.h
-memattr.po: xm.h
-mi-cmd-break.o: nm.h
-mi-cmd-break.o: tm.h
-mi-cmd-break.o: xm.h
-mi-cmd-break.po: nm.h
-mi-cmd-break.po: tm.h
-mi-cmd-break.po: xm.h
-mi-cmd-disas.o: nm.h
-mi-cmd-disas.o: tm.h
-mi-cmd-disas.o: xm.h
-mi-cmd-disas.po: nm.h
-mi-cmd-disas.po: tm.h
-mi-cmd-disas.po: xm.h
-mi-cmd-env.o: nm.h
-mi-cmd-env.o: tm.h
-mi-cmd-env.o: xm.h
-mi-cmd-env.po: nm.h
-mi-cmd-env.po: tm.h
-mi-cmd-env.po: xm.h
-mi-cmd-file.o: nm.h
-mi-cmd-file.o: tm.h
-mi-cmd-file.o: xm.h
-mi-cmd-file.po: nm.h
-mi-cmd-file.po: tm.h
-mi-cmd-file.po: xm.h
-mi-cmd-stack.o: nm.h
-mi-cmd-stack.o: tm.h
-mi-cmd-stack.o: xm.h
-mi-cmd-stack.po: nm.h
-mi-cmd-stack.po: tm.h
-mi-cmd-stack.po: xm.h
-mi-cmd-var.o: nm.h
-mi-cmd-var.o: tm.h
-mi-cmd-var.o: xm.h
-mi-cmd-var.po: nm.h
-mi-cmd-var.po: tm.h
-mi-cmd-var.po: xm.h
-mi-cmds.o: nm.h
-mi-cmds.o: tm.h
-mi-cmds.o: xm.h
-mi-cmds.po: nm.h
-mi-cmds.po: tm.h
-mi-cmds.po: xm.h
-mi-console.o: nm.h
-mi-console.o: tm.h
-mi-console.o: xm.h
-mi-console.po: nm.h
-mi-console.po: tm.h
-mi-console.po: xm.h
-mi-getopt.o: nm.h
-mi-getopt.o: tm.h
-mi-getopt.o: xm.h
-mi-getopt.po: nm.h
-mi-getopt.po: tm.h
-mi-getopt.po: xm.h
-mi-interp.o: nm.h
-mi-interp.o: tm.h
-mi-interp.o: xm.h
-mi-interp.po: nm.h
-mi-interp.po: tm.h
-mi-interp.po: xm.h
-mi-main.o: nm.h
-mi-main.o: tm.h
-mi-main.o: xm.h
-mi-main.po: nm.h
-mi-main.po: tm.h
-mi-main.po: xm.h
-mi-out.o: nm.h
-mi-out.o: tm.h
-mi-out.o: xm.h
-mi-out.po: nm.h
-mi-out.po: tm.h
-mi-out.po: xm.h
-mi-parse.o: nm.h
-mi-parse.o: tm.h
-mi-parse.o: xm.h
-mi-parse.po: nm.h
-mi-parse.po: tm.h
-mi-parse.po: xm.h
-mi-symbol-cmds.o: nm.h
-mi-symbol-cmds.o: tm.h
-mi-symbol-cmds.o: xm.h
-mi-symbol-cmds.po: nm.h
-mi-symbol-cmds.po: tm.h
-mi-symbol-cmds.po: xm.h
-minsyms.o: nm.h
-minsyms.o: tm.h
-minsyms.o: xm.h
-minsyms.po: nm.h
-minsyms.po: tm.h
-minsyms.po: xm.h
-mipsread.o: nm.h
-mipsread.o: tm.h
-mipsread.o: xm.h
-mipsread.po: nm.h
-mipsread.po: tm.h
-mipsread.po: xm.h
-nlmread.o: nm.h
-nlmread.o: tm.h
-nlmread.o: xm.h
-nlmread.po: nm.h
-nlmread.po: tm.h
-nlmread.po: xm.h
-objc-exp.o: nm.h
-objc-exp.o: objc-exp.c
-objc-exp.o: tm.h
-objc-exp.o: xm.h
-objc-exp.po: nm.h
-objc-exp.po: objc-exp.c
-objc-exp.po: tm.h
-objc-exp.po: xm.h
-objc-lang.o: nm.h
-objc-lang.o: tm.h
-objc-lang.o: xm.h
-objc-lang.po: nm.h
-objc-lang.po: tm.h
-objc-lang.po: xm.h
-objfiles.o: nm.h
-objfiles.o: tm.h
-objfiles.o: xm.h
-objfiles.po: nm.h
-objfiles.po: tm.h
-objfiles.po: xm.h
-observer.o: nm.h
-observer.o: tm.h
-observer.o: xm.h
-observer.po: nm.h
-observer.po: tm.h
-observer.po: xm.h
-osabi.o: nm.h
-osabi.o: tm.h
-osabi.o: xm.h
-osabi.po: nm.h
-osabi.po: tm.h
-osabi.po: xm.h
-p-exp.o: nm.h
-p-exp.o: p-exp.c
-p-exp.o: tm.h
-p-exp.o: xm.h
-p-exp.po: nm.h
-p-exp.po: p-exp.c
-p-exp.po: tm.h
-p-exp.po: xm.h
-p-lang.o: nm.h
-p-lang.o: tm.h
-p-lang.o: xm.h
-p-lang.po: nm.h
-p-lang.po: tm.h
-p-lang.po: xm.h
-p-typeprint.o: nm.h
-p-typeprint.o: tm.h
-p-typeprint.o: xm.h
-p-typeprint.po: nm.h
-p-typeprint.po: tm.h
-p-typeprint.po: xm.h
-p-valprint.o: nm.h
-p-valprint.o: tm.h
-p-valprint.o: xm.h
-p-valprint.po: nm.h
-p-valprint.po: tm.h
-p-valprint.po: xm.h
-parse.o: nm.h
-parse.o: tm.h
-parse.o: xm.h
-parse.po: nm.h
-parse.po: tm.h
-parse.po: xm.h
-printcmd.o: nm.h
-printcmd.o: tm.h
-printcmd.o: xm.h
-printcmd.po: nm.h
-printcmd.po: tm.h
-printcmd.po: xm.h
-regcache.o: nm.h
-regcache.o: tm.h
-regcache.o: xm.h
-regcache.po: nm.h
-regcache.po: tm.h
-regcache.po: xm.h
-reggroups.o: nm.h
-reggroups.o: tm.h
-reggroups.o: xm.h
-reggroups.po: nm.h
-reggroups.po: tm.h
-reggroups.po: xm.h
-remote-fileio.o: nm.h
-remote-fileio.o: tm.h
-remote-fileio.o: xm.h
-remote-fileio.po: nm.h
-remote-fileio.po: tm.h
-remote-fileio.po: xm.h
-remote-utils.o: nm.h
-remote-utils.o: tm.h
-remote-utils.o: xm.h
-remote-utils.po: nm.h
-remote-utils.po: tm.h
-remote-utils.po: xm.h
-remote.o: nm.h
-remote.o: tm.h
-remote.o: xm.h
-remote.po: nm.h
-remote.po: tm.h
-remote.po: xm.h
-scm-exp.o: nm.h
-scm-exp.o: tm.h
-scm-exp.o: xm.h
-scm-exp.po: nm.h
-scm-exp.po: tm.h
-scm-exp.po: xm.h
-scm-lang.o: nm.h
-scm-lang.o: tm.h
-scm-lang.o: xm.h
-scm-lang.po: nm.h
-scm-lang.po: tm.h
-scm-lang.po: xm.h
-scm-valprint.o: nm.h
-scm-valprint.o: tm.h
-scm-valprint.o: xm.h
-scm-valprint.po: nm.h
-scm-valprint.po: tm.h
-scm-valprint.po: xm.h
-sentinel-frame.o: nm.h
-sentinel-frame.o: tm.h
-sentinel-frame.o: xm.h
-sentinel-frame.po: nm.h
-sentinel-frame.po: tm.h
-sentinel-frame.po: xm.h
-ser-pipe.o: nm.h
-ser-pipe.o: tm.h
-ser-pipe.o: xm.h
-ser-pipe.po: nm.h
-ser-pipe.po: tm.h
-ser-pipe.po: xm.h
-ser-tcp.o: nm.h
-ser-tcp.o: tm.h
-ser-tcp.o: xm.h
-ser-tcp.po: nm.h
-ser-tcp.po: tm.h
-ser-tcp.po: xm.h
-ser-unix.o: nm.h
-ser-unix.o: tm.h
-ser-unix.o: xm.h
-ser-unix.po: nm.h
-ser-unix.po: tm.h
-ser-unix.po: xm.h
-serial.o: nm.h
-serial.o: tm.h
-serial.o: xm.h
-serial.po: nm.h
-serial.po: tm.h
-serial.po: xm.h
-signals.o: nm.h
-signals.o: tm.h
-signals.o: xm.h
-signals.po: nm.h
-signals.po: tm.h
-signals.po: xm.h
-solib-svr4.o: nm.h
-solib-svr4.o: tm.h
-solib-svr4.o: xm.h
-solib-svr4.po: nm.h
-solib-svr4.po: tm.h
-solib-svr4.po: xm.h
-solib.o: nm.h
-solib.o: tm.h
-solib.o: xm.h
-solib.po: nm.h
-solib.po: tm.h
-solib.po: xm.h
-source.o: nm.h
-source.o: tm.h
-source.o: xm.h
-source.po: nm.h
-source.po: tm.h
-source.po: xm.h
-stabsread.o: nm.h
-stabsread.o: tm.h
-stabsread.o: xm.h
-stabsread.po: nm.h
-stabsread.po: tm.h
-stabsread.po: xm.h
-stack.o: nm.h
-stack.o: tm.h
-stack.o: xm.h
-stack.po: nm.h
-stack.po: tm.h
-stack.po: xm.h
-std-regs.o: nm.h
-std-regs.o: tm.h
-std-regs.o: xm.h
-std-regs.po: nm.h
-std-regs.po: tm.h
-std-regs.po: xm.h
-symfile.o: nm.h
-symfile.o: tm.h
-symfile.o: xm.h
-symfile.po: nm.h
-symfile.po: tm.h
-symfile.po: xm.h
-symmisc.o: nm.h
-symmisc.o: tm.h
-symmisc.o: xm.h
-symmisc.po: nm.h
-symmisc.po: tm.h
-symmisc.po: xm.h
-symtab.o: nm.h
-symtab.o: tm.h
-symtab.o: xm.h
-symtab.po: nm.h
-symtab.po: tm.h
-symtab.po: xm.h
-target.o: nm.h
-target.o: tm.h
-target.o: xm.h
-target.po: nm.h
-target.po: tm.h
-target.po: xm.h
-thread.o: nm.h
-thread.o: tm.h
-thread.o: xm.h
-thread.po: nm.h
-thread.po: tm.h
-thread.po: xm.h
-top.o: nm.h
-top.o: tm.h
-top.o: xm.h
-top.po: nm.h
-top.po: tm.h
-top.po: xm.h
-tracepoint.o: nm.h
-tracepoint.o: tm.h
-tracepoint.o: xm.h
-tracepoint.po: nm.h
-tracepoint.po: tm.h
-tracepoint.po: xm.h
-trad-frame.o: nm.h
-trad-frame.o: tm.h
-trad-frame.o: xm.h
-trad-frame.po: nm.h
-trad-frame.po: tm.h
-trad-frame.po: xm.h
-tui-command.o: nm.h
-tui-command.o: tm.h
-tui-command.o: xm.h
-tui-command.po: nm.h
-tui-command.po: tm.h
-tui-command.po: xm.h
-tui-data.o: nm.h
-tui-data.o: tm.h
-tui-data.o: xm.h
-tui-data.po: nm.h
-tui-data.po: tm.h
-tui-data.po: xm.h
-tui-disasm.o: nm.h
-tui-disasm.o: tm.h
-tui-disasm.o: xm.h
-tui-disasm.po: nm.h
-tui-disasm.po: tm.h
-tui-disasm.po: xm.h
-tui-file.o: nm.h
-tui-file.o: tm.h
-tui-file.o: xm.h
-tui-file.po: nm.h
-tui-file.po: tm.h
-tui-file.po: xm.h
-tui-hooks.o: nm.h
-tui-hooks.o: tm.h
-tui-hooks.o: xm.h
-tui-hooks.po: nm.h
-tui-hooks.po: tm.h
-tui-hooks.po: xm.h
-tui-interp.o: nm.h
-tui-interp.o: tm.h
-tui-interp.o: xm.h
-tui-interp.po: nm.h
-tui-interp.po: tm.h
-tui-interp.po: xm.h
-tui-io.o: nm.h
-tui-io.o: tm.h
-tui-io.o: xm.h
-tui-io.po: nm.h
-tui-io.po: tm.h
-tui-io.po: xm.h
-tui-layout.o: nm.h
-tui-layout.o: tm.h
-tui-layout.o: xm.h
-tui-layout.po: nm.h
-tui-layout.po: tm.h
-tui-layout.po: xm.h
-tui-out.o: nm.h
-tui-out.o: tm.h
-tui-out.o: xm.h
-tui-out.po: nm.h
-tui-out.po: tm.h
-tui-out.po: xm.h
-tui-regs.o: nm.h
-tui-regs.o: tm.h
-tui-regs.o: xm.h
-tui-regs.po: nm.h
-tui-regs.po: tm.h
-tui-regs.po: xm.h
-tui-source.o: nm.h
-tui-source.o: tm.h
-tui-source.o: xm.h
-tui-source.po: nm.h
-tui-source.po: tm.h
-tui-source.po: xm.h
-tui-stack.o: nm.h
-tui-stack.o: tm.h
-tui-stack.o: xm.h
-tui-stack.po: nm.h
-tui-stack.po: tm.h
-tui-stack.po: xm.h
-tui-win.o: nm.h
-tui-win.o: tm.h
-tui-win.o: xm.h
-tui-win.po: nm.h
-tui-win.po: tm.h
-tui-win.po: xm.h
-tui-windata.o: nm.h
-tui-windata.o: tm.h
-tui-windata.o: xm.h
-tui-windata.po: nm.h
-tui-windata.po: tm.h
-tui-windata.po: xm.h
-tui-wingeneral.o: nm.h
-tui-wingeneral.o: tm.h
-tui-wingeneral.o: xm.h
-tui-wingeneral.po: nm.h
-tui-wingeneral.po: tm.h
-tui-wingeneral.po: xm.h
-tui-winsource.o: nm.h
-tui-winsource.o: tm.h
-tui-winsource.o: xm.h
-tui-winsource.po: nm.h
-tui-winsource.po: tm.h
-tui-winsource.po: xm.h
-tui.o: nm.h
-tui.o: tm.h
-tui.o: xm.h
-tui.po: nm.h
-tui.po: tm.h
-tui.po: xm.h
-typeprint.o: nm.h
-typeprint.o: tm.h
-typeprint.o: xm.h
-typeprint.po: nm.h
-typeprint.po: tm.h
-typeprint.po: xm.h
-ui-file.o: nm.h
-ui-file.o: tm.h
-ui-file.o: xm.h
-ui-file.po: nm.h
-ui-file.po: tm.h
-ui-file.po: xm.h
-ui-out.o: nm.h
-ui-out.o: tm.h
-ui-out.o: xm.h
-ui-out.po: nm.h
-ui-out.po: tm.h
-ui-out.po: xm.h
-user-regs.o: nm.h
-user-regs.o: tm.h
-user-regs.o: xm.h
-user-regs.po: nm.h
-user-regs.po: tm.h
-user-regs.po: xm.h
-utils.o: nm.h
-utils.o: tm.h
-utils.o: xm.h
-utils.po: nm.h
-utils.po: tm.h
-utils.po: xm.h
-valarith.o: nm.h
-valarith.o: tm.h
-valarith.o: xm.h
-valarith.po: nm.h
-valarith.po: tm.h
-valarith.po: xm.h
-valops.o: nm.h
-valops.o: tm.h
-valops.o: xm.h
-valops.po: nm.h
-valops.po: tm.h
-valops.po: xm.h
-valprint.o: nm.h
-valprint.o: tm.h
-valprint.o: xm.h
-valprint.po: nm.h
-valprint.po: tm.h
-valprint.po: xm.h
-values.o: nm.h
-values.o: tm.h
-values.o: xm.h
-values.po: nm.h
-values.po: tm.h
-values.po: xm.h
-varobj.o: nm.h
-varobj.o: tm.h
-varobj.o: xm.h
-varobj.po: nm.h
-varobj.po: tm.h
-varobj.po: xm.h
-version.o: version.c
-version.po: version.c
-wrapper.o: nm.h
-wrapper.o: tm.h
-wrapper.o: xm.h
-wrapper.po: nm.h
-wrapper.po: tm.h
-wrapper.po: xm.h
-.endif
diff --git a/gnu/usr.bin/groff/src/libs/libgroff/Makefile.depend b/gnu/usr.bin/groff/src/libs/libgroff/Makefile.depend
index b01cf38..c210061 100644
--- a/gnu/usr.bin/groff/src/libs/libgroff/Makefile.depend
+++ b/gnu/usr.bin/groff/src/libs/libgroff/Makefile.depend
@@ -11,6 +11,4 @@ DIRDEPS = \
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
# local dependencies - needed for -jN in clean tree
-version.o: version.cpp
-version.po: version.cpp
.endif
diff --git a/gnu/usr.bin/groff/src/preproc/eqn/Makefile.depend b/gnu/usr.bin/groff/src/preproc/eqn/Makefile.depend
index f3ae4bf..ec3db8a 100644
--- a/gnu/usr.bin/groff/src/preproc/eqn/Makefile.depend
+++ b/gnu/usr.bin/groff/src/preproc/eqn/Makefile.depend
@@ -20,8 +20,4 @@ DIRDEPS = \
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
# local dependencies - needed for -jN in clean tree
-eqn.o: eqn.cpp
-eqn.po: eqn.cpp
-lex.o: eqn_tab.h
-lex.po: eqn_tab.h
.endif
diff --git a/gnu/usr.bin/groff/src/preproc/pic/Makefile.depend b/gnu/usr.bin/groff/src/preproc/pic/Makefile.depend
index e78d5c4..ec3db8a 100644
--- a/gnu/usr.bin/groff/src/preproc/pic/Makefile.depend
+++ b/gnu/usr.bin/groff/src/preproc/pic/Makefile.depend
@@ -20,8 +20,4 @@ DIRDEPS = \
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
# local dependencies - needed for -jN in clean tree
-lex.o: pic_tab.h
-lex.po: pic_tab.h
-pic.o: pic.cpp
-pic.po: pic.cpp
.endif
diff --git a/gnu/usr.bin/groff/src/preproc/refer/Makefile.depend b/gnu/usr.bin/groff/src/preproc/refer/Makefile.depend
index f68ef58..ca7d4b4 100644
--- a/gnu/usr.bin/groff/src/preproc/refer/Makefile.depend
+++ b/gnu/usr.bin/groff/src/preproc/refer/Makefile.depend
@@ -21,6 +21,4 @@ DIRDEPS = \
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
# local dependencies - needed for -jN in clean tree
-label.o: label.cpp
-label.po: label.cpp
.endif
diff --git a/gnu/usr.bin/groff/src/roff/troff/Makefile.depend b/gnu/usr.bin/groff/src/roff/troff/Makefile.depend
index 974b022..7ca2c25 100644
--- a/gnu/usr.bin/groff/src/roff/troff/Makefile.depend
+++ b/gnu/usr.bin/groff/src/roff/troff/Makefile.depend
@@ -19,6 +19,4 @@ DIRDEPS = \
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
# local dependencies - needed for -jN in clean tree
-majorminor.o: majorminor.cpp
-majorminor.po: majorminor.cpp
.endif
diff --git a/gnu/usr.bin/groff/tmac/mdoc.local.in b/gnu/usr.bin/groff/tmac/mdoc.local.in
index e7ec4cf..046b16b 100644
--- a/gnu/usr.bin/groff/tmac/mdoc.local.in
+++ b/gnu/usr.bin/groff/tmac/mdoc.local.in
@@ -34,7 +34,7 @@
.\" FreeBSD .Lb values
.ds doc-str-Lb-libarchive Streaming Archive Library (libarchive, \-larchive)
.ds doc-str-Lb-libbluetooth Bluetooth User Library (libbluetooth, \-lbluetooth)
-.ds doc-str-Lb-libcapsicum Capsicum Library (libcapsicum, \-lcapsicum)
+.ds doc-str-Lb-libcseper Casper Library (libcapsicum, \-lcasper)
.ds doc-str-Lb-libcuse Userland Character Device Library (libcuse, \-lcuse)
.ds doc-str-Lb-libedit Line Editor and History Library (libedit, \-ledit)
.ds doc-str-Lb-libefi EFI Runtime Services Library (libefi, \-lefi)
diff --git a/gnu/usr.bin/sdiff/Makefile.depend b/gnu/usr.bin/sdiff/Makefile.depend
index 4ba3ae9..3646e2e 100644
--- a/gnu/usr.bin/sdiff/Makefile.depend
+++ b/gnu/usr.bin/sdiff/Makefile.depend
@@ -15,6 +15,4 @@ DIRDEPS = \
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
# local dependencies - needed for -jN in clean tree
-sdiff.o: sdiff.c
-sdiff.po: sdiff.c
.endif
OpenPOWER on IntegriCloud