mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-28 00:02:28 +00:00
Use private keyword on makefile target variables
This commit is contained in:
parent
e015defa70
commit
7b993d561c
71 changed files with 305 additions and 314 deletions
6
third_party/compiler_rt/compiler_rt.mk
vendored
6
third_party/compiler_rt/compiler_rt.mk
vendored
|
@ -44,9 +44,9 @@ $(THIRD_PARTY_COMPILER_RT_A).pkg: \
|
|||
$(THIRD_PARTY_COMPILER_RT_A_OBJS) \
|
||||
$(foreach x,$(THIRD_PARTY_COMPILER_RT_A_DIRECTDEPS),$($(x)_A).pkg)
|
||||
|
||||
$(THIRD_PARTY_COMPILER_RT_A_OBJS): \
|
||||
DEFAULT_CFLAGS += \
|
||||
$(OLD_CODE) \
|
||||
$(THIRD_PARTY_COMPILER_RT_A_OBJS): private \
|
||||
DEFAULT_CFLAGS += \
|
||||
$(OLD_CODE) \
|
||||
-DCRT_HAS_128BIT
|
||||
|
||||
THIRD_PARTY_COMPILER_RT_LIBS = $(foreach x,$(THIRD_PARTY_COMPILER_RT_ARTIFACTS),$($(x)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue