[svn-commits] mmichelson: trunk r145381 - /trunk/Makefile

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Oct 1 09:44:12 CDT 2008


Author: mmichelson
Date: Wed Oct  1 09:44:12 2008
New Revision: 145381

URL: http://svn.digium.com/view/asterisk?view=rev&rev=145381
Log:
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.


Modified:
    trunk/Makefile

Modified: trunk/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/Makefile?view=diff&rev=145381&r1=145380&r2=145381
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Wed Oct  1 09:44:12 2008
@@ -598,6 +598,8 @@
 	@echo " + doxygen installed on your local system    +"
 	@echo " +-------------------------------------------+"
 	@$(MAKE) -s oldmodcheck
+
+isntall: install
 
 upgrade: bininstall
 




More information about the svn-commits mailing list