aboutsummaryrefslogtreecommitdiff
path: root/reproduce/software/make/basic.mk
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2020-06-30 14:13:21 +0100
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2020-06-30 14:13:21 +0100
commitda5678f7d23cc1142b9a1236389eb1f52e0a5678 (patch)
tree22b988719c05a2969b2debe1fed5dfeffb28da0d /reproduce/software/make/basic.mk
parentfb7154a9c0595f616036b0cea4c1d1dd38863496 (diff)
parent9ddff8b5c90b522f7dbeb3614b8ef00ceb45f4f2 (diff)
Imported recent improvements in Maneage, no conflicts
There weren't any conflicts in this merge.
Diffstat (limited to 'reproduce/software/make/basic.mk')
-rw-r--r--reproduce/software/make/basic.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/reproduce/software/make/basic.mk b/reproduce/software/make/basic.mk
index 94bb5d4..453eddb 100644
--- a/reproduce/software/make/basic.mk
+++ b/reproduce/software/make/basic.mk
@@ -191,9 +191,8 @@ $(ibidir)/low-level-links: $(ibidir)/coreutils-$(coreutils-version) \
# Libdl (for dynamic loading libraries at runtime)
# POSIX Threads library for multi-threaded programs.
for l in dl pthread; do
- rm -f $(ildir)/lib$$l*;
if [ -f /usr/lib/lib$$l.a ]; then
- ln -s /usr/lib/lib$$l.* $(ildir)/
+ ln -sf /usr/lib/lib$$l.* $(ildir)/
fi
done