We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dbb32c commit bd906e3Copy full SHA for bd906e3
1 file changed
interface/Makefile
@@ -1634,10 +1634,10 @@ cblas_srotg.$(SUFFIX) cblas_srotg.$(PSUFFIX): rotg.c
1634
cblas_drotg.$(SUFFIX) cblas_drotg.$(PSUFFIX): rotg.c
1635
$(CC) $(CFLAGS) -DCBLAS -c $< -o $(@F)
1636
1637
-cblas_crotg.$(SUFFIX) crotg.$(PSUFFIX): zrotg.c
+cblas_crotg.$(SUFFIX) cblas_crotg.$(PSUFFIX): zrotg.c
1638
$(CC) -c $(CFLAGS) -DCBLAS $< -o $(@F)
1639
1640
-cblas_zrotg.$(SUFFIX) zrotg.$(PSUFFIX): zrotg.c
+cblas_zrotg.$(SUFFIX) cblas_zrotg.$(PSUFFIX): zrotg.c
1641
1642
1643
cblas_srotm.$(SUFFIX) cblas_srotm.$(PSUFFIX): rotm.c
0 commit comments