From ba326587e0dc559ca192357deafcc448c1834452 Mon Sep 17 00:00:00 2001 From: Antony Lewis Date: Mon, 15 Feb 2021 12:14:52 +0000 Subject: [PATCH] fix for non-Windows install paths with spaces --- fortran/Makefile_main | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fortran/Makefile_main b/fortran/Makefile_main index 0074a061..662fc43f 100644 --- a/fortran/Makefile_main +++ b/fortran/Makefile_main @@ -100,14 +100,14 @@ libcamb: libforutils directories python: libforutils_so directories_so @$(MAKE) -C $(DLL_DIR) $(MAKEOPT) -r -f ../Makefile_main camblib.so F90FLAGS="$(SF90FLAGS)" OUTPUT_DIR=$(DLL_DIR) -../camb: $(CAMBLIB) $(DRIVER).o $(FORUTILS_DIR)/libforutils.a | silent +../camb: $(CAMBLIB) $(DRIVER).o | silent @$(MAKE) -C .. $(MAKEOPT) -f Makefile_main camb_exe camb_exe: $(F90C) $(F90FLAGS) $(MODOUT) $(IFLAG)$(OUTPUT_DIR)/ $(IFLAG)"$(FORUTILS_DIR)" \ $(OUTPUT_DIR)/$(DRIVER).o $(OUTPUT_DIR)/$(CAMBLIB) $(F90CRLINK) $(LIBLINK) -o camb -camblib.so: $(CAMBOBJ) $(FORUTILS_DIR)/libforutils.a +camblib.so: $(CAMBOBJ) @$(MAKE) -C .. $(MAKEOPT) -f Makefile_main $(DLL_DIR)/camblib.so libcambobj: