12 lines
465 B
Diff
12 lines
465 B
Diff
--- Makefile 2006-10-17 19:56:47.000000000 +0300
|
|
+++ Makefile 2006-10-17 19:58:33.000000000 +0300
|
|
@@ -162,8 +162,6 @@
|
|
install -m 755 -d $(INSTALL_LIB)
|
|
install -m 755 $(DYNAMIC) $(INSTALL_LIB)
|
|
ln -sfn $(DYNAMIC) $(INSTALL_LIB)/$(DYNAMIC_LINK)
|
|
- @echo "*** Don't forget to add $(INSTALL_LIB) to /etc/ld.so.conf, and run ldconfig as root. ***"
|
|
- @$(LDCONFIG) || echo "*** Could not run ldconfig ! ***"
|
|
|
|
# Install the static library
|
|
install-static:: $(STATIC)
|