File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -822,7 +822,7 @@ $(INC_DIR)/dynamic/dynamic.hpp: $(DYNAMIC_DIR)/include/dynamic/*.hpp $(DYNAMIC_D
822822 +mkdir -p $(INC_DIR ) /dynamic && cp -r $(CWD ) /$(DYNAMIC_DIR ) /include/dynamic/* $(INC_DIR ) /dynamic/
823823
824824$(INC_DIR ) /sparsehash/sparse_hash_map : $(wildcard $(SPARSEHASH_DIR ) /** /* .cc) $(wildcard $(SPARSEHASH_DIR ) /** /* .h)
825- +cd $(SPARSEHASH_DIR ) && ./autogen.sh && LDFLAGS=" $( LD_LIB_DIR_FLAGS) $( LDFLAGS) " ./configure --prefix=$(CWD ) $(FILTER ) && $(MAKE ) $(FILTER ) && $(MAKE ) install
825+ +cd $(SPARSEHASH_DIR ) && ./autogen.sh && LDFLAGS=" $( LD_LIB_DIR_FLAGS) $( LDFLAGS) " ./configure --prefix=$(CWD ) $(FILTER ) && $(MAKE ) src/sparsehash/internal/sparseconfig.h $(FILTER ) && $(MAKE ) install-data $( FILTER )
826826
827827$(INC_DIR ) /sparsepp/spp.h : $(wildcard $(SPARSEPP_DIR ) /sparsepp/* .h)
828828 +cp -r $(SPARSEPP_DIR ) /sparsepp $(INC_DIR ) /
You can’t perform that action at this time.
0 commit comments