Rename makefiles BUILD.mk

This way they appear at the top of directory listings.
This commit is contained in:
Justine Tunney 2023-11-28 11:21:08 -08:00
parent 0bffd09433
commit 96f979dfc5
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
145 changed files with 224 additions and 224 deletions

View file

@ -45,7 +45,7 @@ THIRD_PARTY_REGEX_INCS = $(foreach x,$(THIRD_PARTY_REGEX_ARTIFACTS),$($(x)_INCS)
THIRD_PARTY_REGEX_CHECKS = $(foreach x,$(THIRD_PARTY_REGEX_ARTIFACTS),$($(x)_CHECKS))
THIRD_PARTY_REGEX_OBJS = $(foreach x,$(THIRD_PARTY_REGEX_ARTIFACTS),$($(x)_OBJS))
$(THIRD_PARTY_REGEX_OBJS): third_party/regex/regex.mk
$(THIRD_PARTY_REGEX_OBJS): third_party/regex/BUILD.mk
o/$(MODE)/third_party/regex/regcomp.o \
o/$(MODE)/third_party/regex/regexec.o \