Update libssp paths in various Makefile.depend* files

I've been advised that the model that uses these are fairly resilient, but
we do know the proper path to use (or remove, in the case of ^/targets/...),
so go ahead and update them to reflect that.
This commit is contained in:
Kyle Evans 2020-01-06 18:15:55 +00:00
parent f87832257d
commit a33774adb3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=356422
3 changed files with 2 additions and 4 deletions

View file

@ -3,6 +3,6 @@
DIRDEPS_OPTIONS= SSP
DIRDEPS.SSP.yes= gnu/lib/libssp/libssp_nonshared
DIRDEPS.SSP.yes= lib/libssp_nonshared
.include <dirdeps-options.mk>

View file

@ -7,7 +7,6 @@ DIRDEPS = \
gnu/lib/libdialog \
gnu/lib/libgomp \
gnu/lib/libregex \
gnu/lib/libssp \
gnu/lib/libstdc++ \
gnu/lib/libsupc++ \
include \
@ -100,6 +99,7 @@ DIRDEPS = \
lib/libsdp \
lib/libsecureboot \
lib/libsqlite3 \
lib/libssp \
lib/libstand \
lib/libstdthreads \
lib/libtacplus \

View file

@ -12,8 +12,6 @@ DIRDEPS = \
gnu/lib/libgcov \
gnu/lib/libgomp \
gnu/lib/libregex/doc \
gnu/lib/libssp \
gnu/lib/libssp/libssp_nonshared \
gnu/lib/libstdc++ \
gnu/lib/libsupc++ \
gnu/usr.bin/binutils/ar \