Fix recursion:
authorReid Spencer <rspencer@reidspencer.com>
Sat, 8 Apr 2006 02:14:37 +0000 (02:14 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sat, 8 Apr 2006 02:14:37 +0000 (02:14 +0000)
commit06a801a38c43716564b3b9fb6c7a04ed242ecb61
treee3a41ccf1fd14ef53814ddcfb7618f62266c046a
parent8dfb3e536664bed175642bbd88c64936d6c9a723
Fix recursion:
1. Make setting OPTIONAL_DIRS use immediate assignment
2. Include Makefile.config before ifeq tests and then Makefile.rules later
   instead of Makefile.common up front. This ensures that the variable
   values are set before the ifeq statements in Makefile.rules are
   evaluated.
With this, recursion into projects/examples is corrected.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27519 91177308-0d34-0410-b5e6-96231b3b80d8
Makefile