summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-10-19 21:29:24 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-10-19 21:29:24 +0000
commitb7e009302375762c41603542fabe440d063a3e70 (patch)
tree46e8d961cdcbb9356d9f2a603410981e07af3643
parentaae5316cbd05d8b04815d79fd532a6334c61582e (diff)
Adapted generic file to work properly with linuxthreads
-rw-r--r--Makefile.libs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.libs b/Makefile.libs
index b76f8c2b8..970127076 100644
--- a/Makefile.libs
+++ b/Makefile.libs
@@ -83,8 +83,8 @@ $(top_builddir)lib/$(LIB_NAME).so1: $($(LIB_NAME)_OBJ_PIC) $($(LIB_NAME)_MOBJ_PI
$(LN) -sf $($(LIB_NAME)_FULL_NAME) $@
$($(LIB_NAME)_DIR)/$(LIB_NAME)_pic.a: $($(LIB_NAME)_OBJ_PIC) $($(LIB_NAME)_MOBJ_PIC) $($(LIB_NAME)_SOBJ_PIC) $($(LIB_NAME)_SO_ADD)
-ifneq ($(strip $($(LIB_NAME)_STRIP_FLAGS)),)
- $(STRIPTOOL) $($(LIB_NAME)_STRIP_FLAGS) $^
+ifneq ($(strip $(STRIP_FLAGS)),)
+ $(STRIPTOOL) $(STRIP_FLAGS) $^
else
$(STRIPTOOL) -x -R .note -R .comment $^
endif