Skip to content
This repository was archived by the owner on May 28, 2018. It is now read-only.

Commit 487ac01

Browse files
committed
Fix compilation issue
1 parent f54ed50 commit 487ac01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/Makefile.gpu.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ ifeq ($(PHIGEMM_SYMBOLS),1)
3030
grep -rl -E 'gemm|GEMM' ./PW/src/*.f90 | python ./GPU/scripts/addPhigemmSymbs.py
3131
endif
3232
if test -d PW ; then \
33-
( cd PW/src ; if test "$(MAKE)" = "" ; then make $(MFLAGS) TLDEPS= libpw.a ; \
34-
else $(MAKE) $(MFLAGS) TLDEPS= libpw.a ; fi ) ; fi
33+
( cd PW ; if test "$(MAKE)" = "" ; then make $(MFLAGS) TLDEPS= pw-lib ; \
34+
else $(MAKE) $(MFLAGS) TLDEPS= pw-lib ; fi ) ; fi
3535
if test -d GPU/PW ; then \
3636
( cd GPU/PW ; if test "$(MAKE)" = "" ; then make $(MFLAGS) TLDEPS= all ; \
3737
else $(MAKE) $(MFLAGS) TLDEPS= all ; fi ) ; fi

0 commit comments

Comments
 (0)