summaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorVikram S. Adve <vadve@cs.uiuc.edu>2002-07-09 12:04:21 +0000
committerVikram S. Adve <vadve@cs.uiuc.edu>2002-07-09 12:04:21 +0000
commitd60aedef0544d4684ff1899cd25724969b49957e (patch)
tree7273e0ccfe2e5a348589f9f15dac30c40365c6e1 /Makefile.common
parentf86b4c1982975c01e8a3c434ba8d649c9dc68435 (diff)
downloadllvm-d60aedef0544d4684ff1899cd25724969b49957e.tar.gz
llvm-d60aedef0544d4684ff1899cd25724969b49957e.tar.bz2
llvm-d60aedef0544d4684ff1899cd25724969b49957e.tar.xz
Add makefile-mode flag for emacs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2841 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common3
1 files changed, 2 insertions, 1 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 ::