Skip to content

Commit 2655c27

Browse files
committed
Merge pull request #14523 from JuliaLang/vs/fftw
Fix the FFTW build process
2 parents b2f4b07 + 65564e1 commit 2655c27

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: deps/Makefile

+1-3
Original file line numberDiff line numberDiff line change
@@ -1519,9 +1519,7 @@ get-fftw: get-fftw-single get-fftw-double
15191519
configure-fftw: configure-fftw-single configure-fftw-double
15201520
compile-fftw: compile-fftw-single compile-fftw-double
15211521
check-fftw: check-fftw-single check-fftw-double
1522-
install-fftw:
1523-
@$(MAKE) -s -f $(JULIAHOME)/deps/Makefile install-fftw-single
1524-
@$(MAKE) -s -f $(JULIAHOME)/deps/Makefile install-fftw-double
1522+
install-fftw: install-fftw-single install-fftw-double
15251523

15261524
get-fftw-single: $(SRCDIR)/srccache/fftw-$(FFTW_VER).tar.gz
15271525
configure-fftw-single: $(BUILDDIR)/fftw-$(FFTW_VER)-single/config.status

0 commit comments

Comments
 (0)