summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>2005-01-24 22:33:44 +0000
committerPeter Kjellerstedt <peter.kjellerstedt@axis.com>2005-01-24 22:33:44 +0000
commit6716bc702e19a4222ea6edad5ae9af33d8d4c01b (patch)
tree861a2956c74db42707ef748bda96977ab742f77a /Makefile
parent610c850501ff9d21d06b4a9942f2cfd2c347619e (diff)
Use $(LN) rather than ln.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4ec8feef9..d45b95b28 100644
--- a/Makefile
+++ b/Makefile
@@ -216,7 +216,7 @@ ifeq ($(strip $(HAVE_SHARED)),y)
$(PREFIX)$(DEVEL_PREFIX)lib/$$i; \
done;
ifeq ($(strip $(PTHREADS_DEBUG_SUPPORT)),y)
- ln -sf $(RUNTIME_PREFIX_LIB_FROM_DEVEL_PREFIX_LIB)libthread_db.so.1 \
+ $(LN) -sf $(RUNTIME_PREFIX_LIB_FROM_DEVEL_PREFIX_LIB)libthread_db.so.1 \
$(PREFIX)$(DEVEL_PREFIX)lib/libthread_db.so
endif
# # If we build shared libraries then the static libs are PIC...