diff options
Diffstat (limited to 'math/lapacke/files/patch-testing+Makefile')
-rw-r--r-- | math/lapacke/files/patch-testing+Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/math/lapacke/files/patch-testing+Makefile b/math/lapacke/files/patch-testing+Makefile new file mode 100644 index 000000000000..fab617b08eb3 --- /dev/null +++ b/math/lapacke/files/patch-testing+Makefile @@ -0,0 +1,16 @@ +--- ./testing/Makefile.orig 2010-10-01 17:17:25.000000000 +0900 ++++ ./testing/Makefile 2011-09-30 19:38:00.000000000 +0900 +@@ -35,9 +35,9 @@ + include ../make.inc + + all: +- cd utils && $(MAKE) +- cd interface && $(MAKE) ++ cd ${.CURDIR}/utils && $(MAKE) ++ cd ${.CURDIR}/interface && $(MAKE) + + clean: +- cd utils && $(MAKE) clean +- cd interface && $(MAKE) clean ++ cd ${.CURDIR}/utils && $(MAKE) clean ++ cd ${.CURDIR}/interface && $(MAKE) clean |