summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2008-10-01 14:44:12 +0000
committerMark Michelson <mmichelson@digium.com>2008-10-01 14:44:12 +0000
commitae0d0de9873643633a324616591030015234731c (patch)
treeda667aed887bda6be2d2a7dbad85e32e2d133d5e /Makefile
parent17f3fc40f228fc81a9ec88e84ae32a3b56dc4adb (diff)
Too many times have I mistyped the word
'install' as 'isntall' Now this typo shall no longer be a problem since 'make isntall' just builds the 'install' target. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@145381 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2b4449784..ad8a01847 100644
--- a/Makefile
+++ b/Makefile
@@ -599,6 +599,8 @@ install: badshell datafiles bininstall
@echo " +-------------------------------------------+"
@$(MAKE) -s oldmodcheck
+isntall: install
+
upgrade: bininstall
# XXX why *.adsi is installed first ?