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/libc++ | |
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/libc++')
-rw-r--r-- | lib/libc++/Makefile.depend | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/lib/libc++/Makefile.depend b/lib/libc++/Makefile.depend index 39735a8..c609e5d 100644 --- a/lib/libc++/Makefile.depend +++ b/lib/libc++/Makefile.depend @@ -17,22 +17,4 @@ DIRDEPS = \ .if ${DEP_RELDIR} == ${_DEP_RELDIR} # local dependencies - needed for -jN in clean tree -cxxrt_auxhelper.o: cxxrt_auxhelper.cc -cxxrt_auxhelper.po: cxxrt_auxhelper.cc -cxxrt_dynamic_cast.o: cxxrt_dynamic_cast.cc -cxxrt_dynamic_cast.po: cxxrt_dynamic_cast.cc -cxxrt_exception.o: cxxrt_exception.cc -cxxrt_exception.po: cxxrt_exception.cc -cxxrt_guard.o: cxxrt_guard.cc -cxxrt_guard.po: cxxrt_guard.cc -cxxrt_libelftc_dem_gnu3.o: cxxrt_libelftc_dem_gnu3.c -cxxrt_libelftc_dem_gnu3.po: cxxrt_libelftc_dem_gnu3.c -cxxrt_memory.o: cxxrt_memory.cc -cxxrt_memory.po: cxxrt_memory.cc -cxxrt_stdexcept.o: cxxrt_stdexcept.cc -cxxrt_stdexcept.po: cxxrt_stdexcept.cc -cxxrt_terminate.o: cxxrt_terminate.cc -cxxrt_terminate.po: cxxrt_terminate.cc -cxxrt_typeinfo.o: cxxrt_typeinfo.cc -cxxrt_typeinfo.po: cxxrt_typeinfo.cc .endif |