summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-02-28 08:28:17 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-02-28 08:28:17 +0000
commit340eee9be9f6dabd6c106eeabb21e442b7178093 (patch)
treea362f11c3dad09fbea901df7e05d9a18adec230e /Makefile
parentff8823199f375d709a689dd017950d575b649df6 (diff)
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 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)