mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
12 lines
266 B
Plaintext
12 lines
266 B
Plaintext
--- Makefile.orig 2012-09-09 00:53:46.000000000 +0900
|
|
+++ Makefile 2012-09-09 00:53:57.000000000 +0900
|
|
@@ -23,7 +23,7 @@
|
|
lapacklib: lapack_install
|
|
( cd SRC; $(MAKE) )
|
|
|
|
-lapackelib: lapacklib
|
|
+lapackelib:
|
|
( cd lapacke; $(MAKE) )
|
|
|
|
lapacke_example: lapackelib
|