Skip to content

Commit

Permalink
The word dependence' and its derivatives have no a'.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8028 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
mbrukman committed Aug 21, 2003
1 parent 942f904 commit 36bc642
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions Makefile.common
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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)

Expand Down Expand Up @@ -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)
Expand Down
10 changes: 5 additions & 5 deletions Makefile.rules
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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)

Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 36bc642

Please sign in to comment.