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
This commit is contained in:
Mark Michelson 2008-10-01 14:44:12 +00:00
parent 17f3fc40f2
commit ae0d0de987
1 changed files with 2 additions and 0 deletions

View File

@ -599,6 +599,8 @@ install: badshell datafiles bininstall
@echo " +-------------------------------------------+"
@$(MAKE) -s oldmodcheck
isntall: install
upgrade: bininstall
# XXX why *.adsi is installed first ?