diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2021-03-16 22:55:18 +0000 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2021-03-16 22:55:46 +0000 |
commit | ab13268c5026cd0c5e047081611772364b2a1393 (patch) | |
tree | 67285cea033768d028cba04bbd96289810f82c5b /Makeconf | |
parent | 437dd9c51167f085315a134253e8c4f18c63138d (diff) | |
download | hurd-ab13268c5026cd0c5e047081611772364b2a1393.tar.gz hurd-ab13268c5026cd0c5e047081611772364b2a1393.tar.bz2 hurd-ab13268c5026cd0c5e047081611772364b2a1393.zip |
Makeconf: Add missing vpath
* Makeconf (vpath): Add $(libdir)/ for libpthread.%, libbz2.%, and
libz.%.
Diffstat (limited to 'Makeconf')
-rw-r--r-- | Makeconf | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -503,6 +503,9 @@ endif # Tell make where to find other -l libraries that we use vpath libutil.% $(libdir)/ +vpath libpthread.% $(libdir)/ +vpath libbz2.% $(libdir)/ +vpath libz.% $(libdir)/ # The libstore_%.a files fetch symbols from libstore.so ifneq ($(dir),libstore) |