File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,14 +58,14 @@ $(BUILD)/%.pp: %.c
5858 $(ECHO ) " PreProcess $<"
5959 $(Q )$(CC ) $(CFLAGS ) -E -Wp,-C,-dD,-dI -o $@ $<
6060
61- # The following rule uses | to create an order only prereuisite . Order only
61+ # The following rule uses | to create an order only prerequisite . Order only
6262# prerequisites only get built if they don't exist. They don't cause timestamp
6363# checking to be performed.
6464#
6565# We don't know which source files actually need the generated.h (since
6666# it is #included from str.h). The compiler generated dependencies will cause
6767# the right .o's to get recompiled if the generated.h file changes. Adding
68- # an order-only dependendency to all of the .o's will cause the generated .h
68+ # an order-only dependency to all of the .o's will cause the generated .h
6969# to get built before we try to compile any of them.
7070$(OBJ ) : | $(HEADER_BUILD ) /qstrdefs.generated.h $(HEADER_BUILD ) /mpversion.h
7171
You can’t perform that action at this time.
0 commit comments