Standardize header comments of top-level Makefiles.
[oota-llvm.git] / Makefile.common
index 1884a8a0e048d313f5dbc8bc3190c2ffe9bc15d2..9fe71c0b1c6ca1da7cbc73c5e48399c2abb0e9c4 100644 (file)
@@ -1,11 +1,11 @@
-#===-- Makefile.common - Common make rules for LLVM -------*- makefile -*--====
+#===-- Makefile.common - Common make rules for LLVM --------*- 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.
 # 
-##===----------------------------------------------------------------------===##
+#===------------------------------------------------------------------------===#
 #
 # This file is included by all of the LLVM makefiles.  This file defines common
 # rules to do things like compile a .cpp file or generate dependency info.