summaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2003-08-21 22:02:18 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2003-08-21 22:02:18 +0000
commit36bc6424f2fef97ef8a2b7150e3fb9147c5901c8 (patch)
tree38107c0438f93728b9a7bcc8ba44e15dd28534f0 /Makefile.common
parent942f904af784127406c722301c164ae94fe38d18 (diff)
downloadllvm-36bc6424f2fef97ef8a2b7150e3fb9147c5901c8.tar.gz
llvm-36bc6424f2fef97ef8a2b7150e3fb9147c5901c8.tar.bz2
llvm-36bc6424f2fef97ef8a2b7150e3fb9147c5901c8.tar.xz
The word `dependence' and its derivatives have no `a'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8028 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.common b/Makefile.common
index 11c6a2376d..5c004b3247 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -1,9 +1,9 @@
#===-- 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.
-# These are platform dependant, so this is the file used to specify these
-# system dependant operations.
+# rules to do things like compile a .cpp file or generate dependency info.
+# These are platform dependent, so this is the file used to specify these
+# system dependent operations.
#
# The following functionality can be set by setting incoming variables.
# The variable $(LEVEL) *must* be set:
@@ -398,7 +398,7 @@ ifdef TOOLNAME
Link += -rpath $(DESTTOOLCURRENT)
endif
-# Create dependancy file from CPP file, send to stdout.
+# Create dependency file from CPP file, send to stdout.
Depend := $(CXX) -MM -I$(LEVEL)/include $(CPPFLAGS)
DependC := $(CC) -MM -I$(LEVEL)/include $(CPPFLAGS)
@@ -815,7 +815,7 @@ clean::
###########################################################################
# If dependencies were generated for the file that included this file,
-# include the dependancies now...
+# include the dependencies now...
#
SourceBaseNames := $(basename $(notdir $(filter-out Debug/%, $(Source))))
SourceDepend := $(SourceBaseNames:%=$(BUILD_OBJ_DIR)/Depend/%.d)