From 4e5e4f36ecdf7067f335bb42f905229d29d81db4 Mon Sep 17 00:00:00 2001 From: Bouammali-MA <35452795+Bouammali-MA@users.noreply.github.com> Date: Mon, 15 Jan 2018 12:31:03 +0100 Subject: [PATCH] Makefile Update added in line 27 IRPF90_temp/ knowing that the requsted file should be in that directory. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 99f2424..5982ec1 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ ${BIN_DIR}: directories: ${OBJ_DIR} ${LIB_DIR} ${BIN_DIR} ${LIB_DIR}/irpf90.a: directories - cd ${SRC_DIR} && irpf90 init && $(MAKE) irpf90.a && cp irpf90.a ../${LIB_DIR} + cd ${SRC_DIR} && irpf90 init && $(MAKE) irpf90.a && cp IRPF90_temp/irpf90.a ../${LIB_DIR} ${OBJ_DIR}/read2.o: ${SRC_DIR}/read2.c directories chkopts ${CC} ${SLEPC_INCLUDE} ${PETSC_CC_INCLUDES} -c -o $@ $< ${SLEPC_EPS_LIB}