summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2008-07-06 10:13:16 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2008-07-06 10:13:16 +0000
commit6b28b68724e8d8dcb3b7010af6cdb1294bcd53b1 (patch)
treef9eebc191f1b80cbdaf3c06b3452c329a9fc1f37 /Makefile
parent014913a544b54092bf7b5e799cc5efea92817f83 (diff)
Point to DAHDI-tools instead of 'make config' in the end of 'make
install'. Closes issue #12998 . git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4540 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 863263e..fdd1587 100644
--- a/Makefile
+++ b/Makefile
@@ -96,9 +96,8 @@ install: all devices install-modules install-include install-firmware
@echo "###################################################"
@echo "###"
@echo "### DAHDI installed successfully."
- @echo "### If you have not done so before, install init scripts with:"
- @echo "###"
- @echo "### make config"
+ @echo "### If you have not done so before, install the packsge"
+ @echo "### DAHDI-tools."
@echo "###"
@echo "###################################################"