diff --git a/makefile b/makefile index 2e6025f1..4da6b7f4 100644 --- a/makefile +++ b/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) \