[svn-commits] seanbright: branch 1.0 r447 - /branches/1.0/Makefile

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Jan 8 15:31:42 CST 2009


Author: seanbright
Date: Thu Jan  8 15:31:41 2009
New Revision: 447

URL: http://svn.digium.com/view/menuselect?view=rev&rev=447
Log:
Temporarily revert this until we roll the next 1.4 release.  It's causing some issues.

Modified:
    branches/1.0/Makefile

Modified: branches/1.0/Makefile
URL: http://svn.digium.com/view/menuselect/branches/1.0/Makefile?view=diff&rev=447&r1=446&r2=447
==============================================================================
--- branches/1.0/Makefile (original)
+++ branches/1.0/Makefile Thu Jan  8 15:31:41 2009
@@ -11,12 +11,8 @@
 # the GNU General Public License
 #
 
-# even though we could use '-include makeopts' here, use a wildcard
-# lookup anyway, so that make won't try to build makeopts if it doesn't
-# exist (other rules will force it to be built if needed)
-ifneq ($(wildcard makeopts),)
-  include makeopts
-endif
+# read local makeopts settings
+-include makeopts
 
 .PHONY: clean dist-clean distclean
 




More information about the svn-commits mailing list