From 340eee9be9f6dabd6c106eeabb21e442b7178093 Mon Sep 17 00:00:00 2001 From: tzafrir Date: Wed, 28 Feb 2007 08:28:17 +0000 Subject: The module rules broke INSTALL_PREFIX installation, and are generally useless. Remove them in trunk and see how it goes. git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2248 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index d66d9f5..c0101d4 100644 --- a/Makefile +++ b/Makefile @@ -417,10 +417,6 @@ endif $(INSTALL) -m 644 doc/zttool.8 $(INSTALL_PREFIX)/usr/share/man/man8 [ `id -u` = 0 ] && /sbin/depmod -a $(KVERS) || : [ -f $(CONFIG_FILE) ] || $(INSTALL) -D -m 644 zaptel.conf.sample $(CONFIG_FILE) - build_tools/genmodconf $(BUILDVER) "$(ROOT_PREFIX)" "$(filter-out zaptel,$(MODULES)) $(MODULE_ALIASES)" - @if [ -d /etc/modutils ]; then \ - /sbin/update-modules ; \ - fi install-libs: $(LTZ_SO) $(LTZ_A) $(INSTALL) -D -m 755 $(LTZ_A) $(LIB_DIR)/$(LTZ_A) -- cgit v1.2.3