aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-10-01 14:44:12 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-10-01 14:44:12 +0000
commit26370991d0586d849d8692731778e3a6ae8ba9fe (patch)
treeda667aed887bda6be2d2a7dbad85e32e2d133d5e /Makefile
parent9f0cd6ea125520bff22ce3a8d731ca03b4fbf64c (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: http://svn.digium.com/svn/asterisk/trunk@145381 f38db490-d61c-443f-a65b-d21fe96a405b
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 ?