summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2012-06-14 19:58:46 +0000
committerNico Weber <nicolasweber@gmx.de>2012-06-14 19:58:46 +0000
commitfc375d1c9404154925389180d0f741d6711bfb7f (patch)
tree0bd582cf82b74cffc222cc8f6da803f63c1530e3 /make
parentf607fc1c67a613a59a1db3c80c5d1322e1978102 (diff)
80 columns
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@158465 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'make')
-rw-r--r--make/subdir.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/subdir.mk b/make/subdir.mk
index 5b3c1f0fb..6dadc7b61 100644
--- a/make/subdir.mk
+++ b/make/subdir.mk
@@ -3,8 +3,8 @@
# Subdirectory makefiles must define:
# SubDirs - The subdirectories to traverse.
# ObjNames - The objects available in that directory.
-# Implementation - The library configuration the objects should go in (Generic or
-# Optimized)
+# Implementation - The library configuration the objects should go in (Generic
+# or Optimized)
# Dependencies - Any dependences for the object files.
#
# Subdirectory makefiles may define: