Skip to content

Commit fd3afef

Browse files
authored
lapacke_mangling.h is no longer generated, so don't delete on make clean
1 parent b30dc97 commit fd3afef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Makefile

+1-1
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)