summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2008-07-02 20:17:12 +0000
committerKevin P. Fleming <kpfleming@digium.com>2008-07-02 20:17:12 +0000
commit8445a9d385bd8c74cceda49adb9841ef5ccd0ec0 (patch)
tree6816f9d9b59c3773c591c48debab7c33fac9c586 /Makefile
parent23cf4b90199dfee1fb9268ad2bdf77acb772af11 (diff)
install firmware last, so that if it fails, everything else will be done already
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4526 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 493cdc6..863263e 100644
--- a/Makefile
+++ b/Makefile
@@ -92,7 +92,7 @@ prereq: include/dahdi/version.h
stackcheck: checkstack modules
./checkstack kernel/*.ko kernel/*/*.ko
-install: all devices install-modules install-firmware install-include
+install: all devices install-modules install-include install-firmware
@echo "###################################################"
@echo "###"
@echo "### DAHDI installed successfully."