summaryrefslogtreecommitdiff
path: root/Makeconf
diff options
context:
space:
mode:
Diffstat (limited to 'Makeconf')
-rw-r--r--Makeconf2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makeconf b/Makeconf
index c09a31e9..b7d4202e 100644
--- a/Makeconf
+++ b/Makeconf
@@ -155,9 +155,11 @@ objs: $(OBJS)
ifneq ($(no_prof),t)
objs: $(OBJS:%.o=%_p.o)
endif
+ifeq ($(makemode),library)
ifneq ($(no_pic),t)
objs: $(OBJS:%.o=%_pic.o)
endif
+endif
# Installation
ifeq ($(doinst),one)