diff --git a/Python/Makefile b/Python/Makefile index f276e65..ecdffd4 100644 --- a/Python/Makefile +++ b/Python/Makefile @@ -188,7 +188,7 @@ make_runLibDepsConsfigureScripts: CC="$(CC)" CCLD="$(LD)" CXX="$(CXX)" CXXLD="$(LD)" \ /bin/bash ./configure --enable-static --disable-shared --with-pic --enable-cxx \ --disable-assembly gmp_cv_asm_underscore=yes - @cd $(LIBGOMPDIR) && rm -f ./shtool && cp libtool-dist libtool && \ + @cd $(LIBGOMPDIR) && rm -f ./shtool && cp -Rp libtool-dist libtool && \ CC="$(CC_LIBGOMP)" \ FC="$(GFORTRAN)" \ CFLAGS="$(CFLAGS_LIBGOMP)" \