File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -247,8 +247,8 @@ $(BUILD_INFO_DIR)/build_info.h:$(ABACUS_ROOT)source_io/build_info.h.in $(ABACUS_
247247
248248 # Specific rule for parse_args.o to enforce dependency on build_info.h.
249249 # This overrides the generic %.o:%.cpp rule for this specific file.
250- ${OBJ_DIR}/parse_args.o : $(ABACUS_ROOT ) source_io/parse_args.cpp $(BUILD_INFO_DIR ) build_info.h
251- @mkdir -p $(dir$@)
250+ ${OBJ_DIR}/parse_args.o : $(ABACUS_ROOT ) source_io/parse_args.cpp $(BUILD_INFO_DIR ) build_info.h
251+ @mkdir -p $(dir$@ )
252252 ${CXX} ${OPTS} ${OPTS_MPI} -c ${HONG} $< -o $@
253253
254254# ##### END of ABACUS INFO PART ######
@@ -271,7 +271,7 @@ pw $(BIN_DIR)/${VERSION}-PW.x:
271271 @ cp $(ABACUS_ROOT ) source_pw/module_pwdft/${VERSION} -PW.x $(realpath $(BIN_DIR ) ) /${VERSION} -PW.x
272272
273273$(BIN_DIR ) /${VERSION}.$(suffix ) : ${FP_OBJS} ${PDIAG_OBJS} ${HEADERS}
274- @mkdir -p $(dir$@)
274+ @mkdir -p $(dir$@ )
275275 ${CXX} ${OPTS} ${OPTS_MPI} $(FP_OBJS ) ${PDIAG_OBJS} ${LIBS} -o $(BIN_DIR ) /${VERSION} .$(suffix )
276276
277277# ==========================
You can’t perform that action at this time.
0 commit comments