diff options
author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2005-01-24 22:33:44 +0000 |
---|---|---|
committer | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2005-01-24 22:33:44 +0000 |
commit | 6716bc702e19a4222ea6edad5ae9af33d8d4c01b (patch) | |
tree | 861a2956c74db42707ef748bda96977ab742f77a /Makefile | |
parent | 610c850501ff9d21d06b4a9942f2cfd2c347619e (diff) |
Use $(LN) rather than ln.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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... |