From 6716bc702e19a4222ea6edad5ae9af33d8d4c01b Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Mon, 24 Jan 2005 22:33:44 +0000 Subject: Use $(LN) rather than ln. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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... -- cgit v1.2.3