Skip to content

Commit 535c0c7

Browse files
committed
More Makefile updates for the MacOS brew install
1 parent 3695826 commit 535c0c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Python/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,8 @@ make_runLibDepsConsfigureScripts:
188188
CC="$(CC)" CCLD="$(LD)" CXX="$(CXX)" CXXLD="$(LD)" \
189189
/bin/bash ./configure --enable-static --disable-shared --with-pic --enable-cxx \
190190
--disable-assembly gmp_cv_asm_underscore=yes
191-
@cd $(LIBGOMPDIR) && rm -f ./shtool && cp -Rp libtool-dist libtool && \
191+
@cd $(LIBGOMPDIR) && rm -f ./shtool && \
192+
touch libtool-dist && cp -Rp libtool-dist libtool && \
192193
CC="$(CC_LIBGOMP)" \
193194
FC="$(GFORTRAN)" \
194195
CFLAGS="$(CFLAGS_LIBGOMP)" \

0 commit comments

Comments
 (0)