Revert prev commit, unnecessary

This commit is contained in:
Howard Chu 2009-02-09 08:56:53 +00:00
parent 9d52643310
commit f83310c8f8

View File

@ -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