rbrindley: branch 2.0 r4825 - /branches/2.0/Makefile
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Tue Jun 2 16:05:28 CDT 2009
Author: rbrindley
Date: Tue Jun 2 16:05:25 2009
New Revision: 4825
URL: http://svn.asterisk.org/svn-view/asterisk-gui?view=rev&rev=4825
Log:
- added 'config' to the .PHONY so Make doesn't check for its existence
Modified:
branches/2.0/Makefile
Modified: branches/2.0/Makefile
URL: http://svn.asterisk.org/svn-view/asterisk-gui/branches/2.0/Makefile?view=diff&rev=4825&r1=4824&r2=4825
==============================================================================
--- branches/2.0/Makefile (original)
+++ branches/2.0/Makefile Tue Jun 2 16:05:25 2009
@@ -296,4 +296,4 @@
@echo "****"
@exit 1
-.PHONY: clean all install _all _install checkconfig distclean $(SUBDIRS_CLEAN) $(SUBDIRS_INSTALL) $(SUBDIRS)
+.PHONY: config clean all install _all _install checkconfig distclean $(SUBDIRS_CLEAN) $(SUBDIRS_INSTALL) $(SUBDIRS)
More information about the asterisk-gui-commits
mailing list