diff options
| author | Misha Brukman <brukman+llvm@gmail.com> | 2003-08-21 22:02:18 +0000 |
|---|---|---|
| committer | Misha Brukman <brukman+llvm@gmail.com> | 2003-08-21 22:02:18 +0000 |
| commit | a1f0c145e9cdc0d4808df5f4719bc29ec82e7286 (patch) | |
| tree | 7638c1852d627c278452e2eea41f93edde774393 /llvm | |
| parent | 132c88da07b89b8600daab0e034c319c440ad6db (diff) | |
| download | bcm5719-llvm-a1f0c145e9cdc0d4808df5f4719bc29ec82e7286.tar.gz bcm5719-llvm-a1f0c145e9cdc0d4808df5f4719bc29ec82e7286.zip | |
The word `dependence' and its derivatives have no `a'.
llvm-svn: 8028
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/Makefile.common | 10 | ||||
| -rw-r--r-- | llvm/Makefile.rules | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/llvm/Makefile.common b/llvm/Makefile.common index 11c6a2376db..5c004b32478 100644 --- a/llvm/Makefile.common +++ b/llvm/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) diff --git a/llvm/Makefile.rules b/llvm/Makefile.rules index 11c6a2376db..5c004b32478 100644 --- a/llvm/Makefile.rules +++ b/llvm/Makefile.rules @@ -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) |

