mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Revert prev commit, unnecessary
This commit is contained in:
parent
9d52643310
commit
f83310c8f8
@ -25,14 +25,6 @@ MKDEPFLAG = -l
|
||||
|
||||
$(LIBRARY): version.lo
|
||||
$(LTLINK_LIB) -o $@ $(OBJS) version.lo $(LINK_LIBS)
|
||||
@if test "$(BUILD_LIBS_DYNAMIC)" = shared; then \
|
||||
DIR=`$(PWD)`; DIR=`$(BASENAME) $$DIR`; \
|
||||
dlname=`grep '^dlname=' $@`; \
|
||||
eval $$dlname; \
|
||||
echo "$(RM) ../$$dlname; ln -s $$DIR/.libs/$$dlname .."; \
|
||||
$(RM) ../$$dlname; $(LN_S) $$DIR/.libs/$$dlname .; \
|
||||
mv $$dlname ..; \
|
||||
fi
|
||||
|
||||
Makefile: $(top_srcdir)/build/lib-shared.mk
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user