Skip to content
This repository was archived by the owner on May 24, 2018. It is now read-only.

Commit dc59948

Browse files
committed
minor fix in Makefile for ps compile error: move libps.a back to the last
1 parent 4721861 commit dc59948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ main.o: src/cxxnet_main.cpp
140140

141141
wrapper/libcxxnetwrapper.so: wrapper/cxxnet_wrapper.cpp $(OBJ) $(OBJCXX11) $(LIB_DEP) $(CUDEP)
142142
bin/cxxnet: src/local_main.cpp $(OBJ) $(OBJCXX11) $(LIB_DEP) $(CUDEP)
143-
bin/cxxnet.ps: $(PS_PATH)/build/libps.a $(OBJ) $(OBJCXX11) $(CUDEP) $(LIB_DEP)
143+
bin/cxxnet.ps: $(OBJ) $(OBJCXX11) $(CUDEP) $(LIB_DEP) $(PS_PATH)/build/libps.a
144144
bin/im2rec: tools/im2rec.cc $(DMLC_CORE)/libdmlc.a
145145
bin/bin2rec: tools/bin2rec.cc $(DMLC_CORE)/libdmlc.a
146146
bin/caffe_converter: tools/caffe_converter/convert.cpp $(OBJ) $(OBJCXX11) $(LIB_DEP) $(CUDEP)

0 commit comments

Comments
 (0)