From 20d898063b3185f9538045df92759818e371cd79 Mon Sep 17 00:00:00 2001 From: MITSUNARI Shigeo Date: Wed, 7 Jun 2017 01:14:54 +0900 Subject: test is ok --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 019602c..37bec74 100644 --- a/Makefile +++ b/Makefile @@ -46,9 +46,9 @@ lib: $(BLS_LIB) $(BLS384_SLIB) $(BLS384_LIB): $(LIB_OBJ) $(OBJ_DIR)/bls_c384.o $(AR) $@ $(LIB_OBJ) $(OBJ_DIR)/bls_c384.o -$(BLS384_SLIB): $(BLS384_LIB) $(BN384_LIB) +$(BLS384_SLIB): $(OBJ_DIR)/bls_c384.o $(MCL_LIB) # $(PRE)$(CXX) -shared -o $@ -Wl,--whole-archive $(BLS384_LIB) $(BN384_LIB) $(MCL_LIB) -Wl,--no-whole-archive - $(PRE)$(CXX) -shared -o $@ -Wl,--whole-archive $(BLS384_LIB) -Wl,--no-whole-archive + $(PRE)$(CXX) -shared -o $@ $(OBJ_DIR)/bls_c384.o $(MCL_LIB) VPATH=test sample src -- cgit v1.2.3