Fixed inconsistent indentation.
[oota-llvm.git] / Makefile
index 7146bfbef52ef6d0e99dcd254b1ffd90a8b7a539..a9a59de8c1ab8120c17b953c6d4e62f0209e6528 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,17 +1,17 @@
-##===- ./Makefile ------------------------------------------*- Makefile -*-===##
+#===- ./Makefile -------------------------------------------*- Makefile -*--===#
 # 
 #                     The LLVM Compiler Infrastructure
 #
 # This file was developed by the LLVM research group and is distributed under
 # the University of Illinois Open Source License. See LICENSE.TXT for details.
 # 
-##===----------------------------------------------------------------------===##
+#===------------------------------------------------------------------------===#
 LEVEL = .
 DIRS = lib/Support utils lib tools 
-OPTIONAL_DIRS = projects
 
 ifneq ($(MAKECMDGOALS),tools-only)
 DIRS += runtime
+OPTIONAL_DIRS = projects
 endif
 
 include $(LEVEL)/Makefile.common