diff options
-rw-r--r-- | Makefile.common | 3 | ||||
-rw-r--r-- | Makefile.rules | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.common b/Makefile.common index 03bca7e7df..5ef5fd6a7a 100644 --- a/Makefile.common +++ b/Makefile.common @@ -1,4 +1,4 @@ -# Makefile.common +#===-- Makefile.common - Common make rules for LLVM -------*- makefile -*--==== # # 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 dependancy info. @@ -20,6 +20,7 @@ # in the current directory. Also, if you want to build files in addition # to the local files, you can use the ExtraSource variable # +#===-----------------------------------------------------------------------==== # Default Rule: Make sure it's also a :: rule all :: diff --git a/Makefile.rules b/Makefile.rules index 03bca7e7df..5ef5fd6a7a 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -1,4 +1,4 @@ -# Makefile.common +#===-- Makefile.common - Common make rules for LLVM -------*- makefile -*--==== # # 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 dependancy info. @@ -20,6 +20,7 @@ # in the current directory. Also, if you want to build files in addition # to the local files, you can use the ExtraSource variable # +#===-----------------------------------------------------------------------==== # Default Rule: Make sure it's also a :: rule all :: |