fix makefile having incorrect name of stored-warn
This commit is contained in:
parent
cda5fd8595
commit
afa3353b35
2
makefile
2
makefile
@ -84,7 +84,7 @@ ifeq ($(origin clean),command line)
|
||||
@echo "Error: build-specific 'clean' unsupported"; false
|
||||
endif
|
||||
@build/build from-makefile CC="$(CC)" CXX="$(CXX)" PIE="$(ENABLE_PIE)" OUTPUT="$(OUTPUT)" j="$(j)" \
|
||||
verbose="$(verbose)" notui="$(notui)" v="$(version)" warn-stored="$(warn-stored)" \
|
||||
verbose="$(verbose)" notui="$(notui)" v="$(version)" stored-warn="$(stored-warn)" \
|
||||
f="$(f)" lf="$(lf)" CCFLAGS="$(CCFLAGS)" LDFLAGS="$(LDFLAGS)" REPLXX_FLAGS="$(REPLXX_FLAGS)" CXXFLAGS="$(CXXFLAGS)" \
|
||||
LD_LIBS="$(LD_LIBS)" NO_LDL="$(NO_LDL)" no_fPIC="$(no_fPIC)" \
|
||||
c="$(build_c)" debug="$(debug)" $(i_build_opts) $(build_opts) \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user