create core package
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
--- 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)
|
||||
Reference in New Issue
Block a user