Skip to content

Commit 39718cd

Browse files
authored
Merge pull request #5218 from martin-frbg/lapacke_mangling
lapacke_mangling.h is no longer generated, so don't delete on make clean
2 parents b30dc97 + fd3afef commit 39718cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ endif
452452
@rm -f cblas.tmp cblas.tmp2
453453
@touch $(NETLIB_LAPACK_DIR)/make.inc
454454
@$(MAKE) -C $(NETLIB_LAPACK_DIR) clean
455-
@rm -f $(NETLIB_LAPACK_DIR)/make.inc $(NETLIB_LAPACK_DIR)/lapacke/include/lapacke_mangling.h
455+
@rm -f $(NETLIB_LAPACK_DIR)/make.inc
456456
@$(MAKE) -C relapack clean
457457
@rm -f *.grd Makefile.conf_last config_last.h
458458
@(cd $(NETLIB_LAPACK_DIR)/TESTING && rm -f x* *.out testing_results.txt)

0 commit comments

Comments
 (0)