fix copy-paste error in build rules for cblas_crotg and cblas_zrotg
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Sat, 30 Jan 2021 15:46:25 +0000 (16:46 +0100)
committerGitHub <noreply@github.com>
Sat, 30 Jan 2021 15:46:25 +0000 (16:46 +0100)
interface/Makefile

index fab403c..3252601 100644 (file)
@@ -1634,10 +1634,10 @@ cblas_srotg.$(SUFFIX) cblas_srotg.$(PSUFFIX): rotg.c
 cblas_drotg.$(SUFFIX) cblas_drotg.$(PSUFFIX): rotg.c
        $(CC) $(CFLAGS) -DCBLAS -c $< -o $(@F)
 
-cblas_crotg.$(SUFFIX) crotg.$(PSUFFIX): zrotg.c
+cblas_crotg.$(SUFFIX) cblas_crotg.$(PSUFFIX): zrotg.c
        $(CC) -c $(CFLAGS) -DCBLAS $< -o $(@F)
 
-cblas_zrotg.$(SUFFIX) zrotg.$(PSUFFIX): zrotg.c
+cblas_zrotg.$(SUFFIX) cblas_zrotg.$(PSUFFIX): zrotg.c
        $(CC) -c $(CFLAGS) -DCBLAS $< -o $(@F)
 
 cblas_srotm.$(SUFFIX) cblas_srotm.$(PSUFFIX): rotm.c