diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2016-02-24 17:20:11 +0000 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2016-02-24 17:20:11 +0000 |
commit | 2a891f1feb2e67ab5fdbb473405797c2efc34caf (patch) | |
tree | 2ba67c89ecd847872f91d442d1c2ac0a2e03c385 /lib/libstand | |
parent | 8501e83329accc052b6462596887a5e684460144 (diff) | |
download | FreeBSD-src-2a891f1feb2e67ab5fdbb473405797c2efc34caf.zip FreeBSD-src-2a891f1feb2e67ab5fdbb473405797c2efc34caf.tar.gz |
DIRDEPS_BUILD: Regenerate without local dependencies.
These are no longer needed after the recent 'beforebuild: depend' changes
and hooking DIRDEPS_BUILD into a subset of FAST_DEPEND which supports
skipping 'make depend'.
Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'lib/libstand')
-rw-r--r-- | lib/libstand/Makefile.depend | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/lib/libstand/Makefile.depend b/lib/libstand/Makefile.depend index 57cd80c..1d86fce 100644 --- a/lib/libstand/Makefile.depend +++ b/lib/libstand/Makefile.depend @@ -12,46 +12,4 @@ DIRDEPS = \ .if ${DEP_RELDIR} == ${_DEP_RELDIR} # local dependencies - needed for -jN in clean tree -_bzlib.o: _bzlib.c -_bzlib.o: libstand_bzlib_private.h -_bzlib.po: _bzlib.c -_bzlib.po: libstand_bzlib_private.h -_crctable.o: _crctable.c -_crctable.o: libstand_bzlib_private.h -_crctable.po: _crctable.c -_crctable.po: libstand_bzlib_private.h -_decompress.o: _decompress.c -_decompress.o: libstand_bzlib_private.h -_decompress.po: _decompress.c -_decompress.po: libstand_bzlib_private.h -_huffman.o: _huffman.c -_huffman.o: libstand_bzlib_private.h -_huffman.po: _huffman.c -_huffman.po: libstand_bzlib_private.h -_infback.o: _infback.c -_infback.o: libstand_zutil.h -_infback.po: _infback.c -_infback.po: libstand_zutil.h -_inffast.o: _inffast.c -_inffast.o: libstand_zutil.h -_inffast.po: _inffast.c -_inffast.po: libstand_zutil.h -_inflate.o: _inflate.c -_inflate.o: libstand_zutil.h -_inflate.po: _inflate.c -_inflate.po: libstand_zutil.h -_inftrees.o: _inftrees.c -_inftrees.o: libstand_zutil.h -_inftrees.po: _inftrees.c -_inftrees.po: libstand_zutil.h -_randtable.o: _randtable.c -_randtable.o: libstand_bzlib_private.h -_randtable.po: _randtable.c -_randtable.po: libstand_bzlib_private.h -_zutil.o: _zutil.c -_zutil.o: libstand_gzguts.h -_zutil.o: libstand_zutil.h -_zutil.po: _zutil.c -_zutil.po: libstand_gzguts.h -_zutil.po: libstand_zutil.h .endif |