mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-11 21:49:12 +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
2
third_party/unzip/unzip.mk
vendored
2
third_party/unzip/unzip.mk
vendored
|
@ -51,7 +51,7 @@ o/$(MODE)/third_party/unzip/unzip.com.dbg: \
|
|||
$(APE_NO_MODIFY_SELF)
|
||||
@$(APELINK)
|
||||
|
||||
$(THIRD_PARTY_UNZIP_A_OBJS): \
|
||||
$(THIRD_PARTY_UNZIP_A_OBJS): private \
|
||||
OVERRIDE_CPPFLAGS += \
|
||||
-DUSE_BZIP2 \
|
||||
-DUNICODE_SUPPORT \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue