summaryrefslogtreecommitdiff
path: root/lib/make/make.thornlib
diff options
context:
space:
mode:
Diffstat (limited to 'lib/make/make.thornlib')
-rw-r--r--lib/make/make.thornlib2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/make/make.thornlib b/lib/make/make.thornlib
index d8f13863..f39b730c 100644
--- a/lib/make/make.thornlib
+++ b/lib/make/make.thornlib
@@ -68,7 +68,7 @@ $(NAME): $(addsuffix /make.checked, $(SUBDIRS)) $(LOCAL_OBJS) $(foreach DIR,. $(
if [ -r $(NAME) ] ; then echo Updating $(NAME) ; else echo Creating $(NAME) ; fi
if [ -r $@ ] ; then rm $@ ; fi
$(AR) $(ARFLAGS) $@ $(OBJS)
- if test "x$(USE_RANLIB)" = "xyes" ; then $(RANLIB) $@ ; fi
+ if test "x$(USE_RANLIB)" = "xyes" ; then $(RANLIB) $(RANLIBFLAGS) $@ ; fi
# Rules to make the object files
include $(CONFIG)/make.config.rules