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:
parent
f87832257d
commit
a33774adb3
@ -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>
|
||||
|
@ -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 \
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user